HFCL-ComboSearchBox- BugFix & New Features

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: HFCL-ComboSearchBox- BugFix & New Features

Post 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
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HFCL-ComboSearchBox- BugFix & New Features

Post 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
L'Algerie vous salut
Y.TABET
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HFCL-ComboSearchBox- BugFix & New Features

Post by Rathinagiri »

Yes, you have to rebuild the library using the build.bat after updating the patch.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HFCL-ComboSearchBox- BugFix & New Features

Post 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
L'Algerie vous salut
Y.TABET
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HFCL-ComboSearchBox- BugFix & New Features

Post by Rathinagiri »

Please copy this file to hmg.3.2\lib folder.
Attachments
libhfcl.zip
(76.81 KiB) Downloaded 280 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

HFCL-ComboSearchBox- BugFix & New Features

Post 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 ?
L'Algerie vous salut
Y.TABET
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: HFCL-ComboSearchBox- BugFix & New Features

Post 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 :(
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HFCL-ComboSearchBox- BugFix & New Features

Post by Rathinagiri »

Sorry friends.

Please also copy hfcl_combosearchbox.ch file from hfcl\include to hmg.3.2\include.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HFCL-ComboSearchBox- BugFix & New Features

Post 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
L'Algerie vous salut
Y.TABET
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: HFCL-ComboSearchBox- BugFix & New Features

Post by Javier Tovar »

Thanks Rathinagiri, works great, congratulations! :D :D :D
Post Reply