Page 2 of 4

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Sun May 11, 2014 5:08 pm
by Javier Tovar
Hi Rathinagiri,
tonton2 wrote:Hello everyone,
after several attempts, the above example still gives me errors, while the old version works well
Great thank you all for your work
+1

The error thrown is:
Harbour 3.2.0dev (r1312060701)
Copyright (c) 1999-2013, http://harbour-project.org/" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

C:\hmg.3.2\Mios\ComboSearchBoxNuevo\mainNuevo.prg(51) Error E0030 Syntax error "syntax error at '.T.'"

C:\hmg.3.2\Mios\ComboSearchBoxNuevo\mainNuevo.prg(52) Error E0030 Syntax error "syntax error at '50'"

C:\hmg.3.2\Mios\ComboSearchBoxNuevo\mainNuevo.prg(53) Error E0030 Syntax error "syntax error at '0'"

3 errors
I mention what I did, maybe it's where I'm wrong:

Code: Select all

1 - Copy all the files you uploaded to the folder: 
     C: \ HMG.3.2 \ HFCL \ DOC 
     C: \ HMG.3.2 \ HFCL \ Include 
     C: \ HMG.3.2 \ HFCL \ Samples 
     C: \ HMG.3.2 \ HFCL \ Source 

2 - And compile the example you uploaded in this Post.
3.- Please update and re-build the library. 
There is something extra that needs to be done ? or not the files you uploaded is copied there?

Many thanks in advance!

regards

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Sun May 11, 2014 7:32 pm
by tonton2
Bonsoir,
it is this process that I did

"1 - I Copied all the files in the C: \ HMG.3.2 \ HFCL
- C: \ HMG.3.2 \ HFCL \ DOC
- C: \ HMG.3.2 \ HFCL \ Include
- C: \ HMG.3.2 \ HFCL \ Samples
- C: \ HMG.3.2 \ HFCL \ Source
2.- I updated and re-build the library.
3 -then I compiled this example
thank you and good continuation to you all

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Mon May 12, 2014 5:02 am
by Rathinagiri
Yes, you have to rebuild the library using the build.bat after updating the patch.

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Mon May 12, 2014 8:45 am
by tonton2
Rathinagiri wrote:Yes, you have to rebuild the library using the build.bat after updating the patch.
Bonjour,
I dont undestand,but why this new COMBOSEARCHBOX doesn't work?
thanks

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Mon May 12, 2014 4:13 pm
by Rathinagiri
Please copy this file to hmg.3.2\lib folder.

HFCL-ComboSearchBox- BugFix & New Features

Posted: Mon May 12, 2014 5:39 pm
by tonton2
Good evening everyone
it does not work yet.
here are the errors it gives when compiling
Harbour 3.2.0dev (r1312060701)
Copyright (c) 1999-2013, http://harbour-project.org/
C:\HMG.3.2\hfcl\Samples\ComboSearchBox\main.prg(51) Error E0030 Syntax error "syntax error at '.T.'"
C:\HMG.3.2\hfcl\Samples\ComboSearchBox\main.prg(52) Error E0030 Syntax error "syntax error at '50'"
C:\HMG.3.2\hfcl\Samples\ComboSearchBox\main.prg(53) Error E0030 Syntax error "syntax error at '0'"
3 errors
No code generated.
hbmk2: Error: Running Harbour compiler (embedded). 1
(C:\HMG.3.2\harbour\bin\harbour.exe) -n2 C:\HMG.3.2\hfcl\Samples\ComboSearchBox\main.prg -DHBMK_HAS_HMG=1 -q -oC:\Users\youcef\AppData\Local\Temp\hbmk_vksv8v.dir\ -iC:\HMG.3.2\harbour\include -i. -iC:\HMG.3.2\include


Please tell me , the version of HMG is 3.2 without patch ?

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Mon May 12, 2014 5:55 pm
by Javier Tovar
tonton2 wrote:Good evening everyone
it does not work yet.
here are the errors it gives when compiling
Harbour 3.2.0dev (r1312060701)
Copyright (c) 1999-2013, http://harbour-project.org/" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
C:\HMG.3.2\hfcl\Samples\ComboSearchBox\main.prg(51) Error E0030 Syntax error "syntax error at '.T.'"
C:\HMG.3.2\hfcl\Samples\ComboSearchBox\main.prg(52) Error E0030 Syntax error "syntax error at '50'"
C:\HMG.3.2\hfcl\Samples\ComboSearchBox\main.prg(53) Error E0030 Syntax error "syntax error at '0'"
3 errors
No code generated.
hbmk2: Error: Running Harbour compiler (embedded). 1
(C:\HMG.3.2\harbour\bin\harbour.exe) -n2 C:\HMG.3.2\hfcl\Samples\ComboSearchBox\main.prg -DHBMK_HAS_HMG=1 -q -oC:\Users\youcef\AppData\Local\Temp\hbmk_vksv8v.dir\ -iC:\HMG.3.2\harbour\include -i. -iC:\HMG.3.2\include
+1 :(

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Tue May 13, 2014 3:25 am
by Rathinagiri
Sorry friends.

Please also copy hfcl_combosearchbox.ch file from hfcl\include to hmg.3.2\include.

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Tue May 13, 2014 8:45 am
by tonton2
Rathinagiri wrote:Sorry friends.

Please also copy hfcl_combosearchbox.ch file from hfcl\include to hmg.3.2\include.
It works very well.
Thank you very much for your cooperation. :D

Re: HFCL-ComboSearchBox- BugFix & New Features

Posted: Wed May 14, 2014 7:03 pm
by Javier Tovar
Thanks Rathinagiri, works great, congratulations! :D :D :D