HMG.3.4.2

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
dragancesu
Posts: 931
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: HMG.3.4.2

Post by dragancesu »

I could not make a program for access to PostgreSQL, I could not with Oracle

Work with MySQL and SQLite is fine
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG.3.4.2

Post by Rathinagiri »

This post is exclusively to thank Dr. Claudio for the wonderful tool debugger. I had found a long time bug in my program with that tool and solved. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
srvet_claudio
Posts: 2224
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG.3.4.2

Post by srvet_claudio »

Rathinagiri wrote:This post is exclusively to thank Dr. Claudio for the wonderful tool debugger. I had found a long time bug in my program with that tool and solved. :)
Thank you very much Friend, you're very kind. :D
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: HMG.3.4.2

Post by emzampi »

Sorry but I have noticed that rewriting libraries (Build Lib.bat), the library is not updated libmySQL.a correct this
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG.3.4.2

Post by mol »

Some time ago, Roberto Lopez wrote about integration of print system and pdf generating system.
What do you think?
something like START PRINTDOC with MAKE_PDF clausule?
Is it hard to realise?

regards, Marek
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG.3.4.2

Post by mol »

I have a question - is it RELEASE MEMORY working?
I've added this function to my app and I get compiler errors:

Code: Select all

.hbmk/win/mingw/faktury.o:faktury.c:(.data+0x1558): undefined reference to `HB_FUN_HMG_GARBAGECALL'
.hbmk/win/mingw/faktury.o:faktury.c:(.data+0x1568): undefined reference to `HB_FUN_EMPTYWORKINGSET'

hbmk2: Error: Referenced, missing, but unknown function(s): HMG_GARBAGECALL(),
       EMPTYWORKINGSET() 
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG.3.4.2

Post by mol »

I found strange behaviour of form with the tabs and two grids defined on one tab.
First grid is painted completely, but, second one has no headers and few lines. This second grid becomes good looking after focusing:
Image

Previous versions of hmg produced good working form.
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG.3.4.2

Post by Rathinagiri »

mol wrote:Some time ago, Roberto Lopez wrote about integration of print system and pdf generating system.
What do you think?
something like START PRINTDOC with MAKE_PDF clausule?
Is it hard to realise?

regards, Marek
Hi Marek,

It is already there! From HMG 3.4.0 you can call all the PRINT function to redirect the print to PDF by the following command:

Code: Select all

SELECT PRINTER PDF <cPDFFile> <TO lSuccess>  
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG.3.4.2

Post by mol »

Rathinagiri wrote:
mol wrote:Some time ago, Roberto Lopez wrote about integration of print system and pdf generating system.
What do you think?
something like START PRINTDOC with MAKE_PDF clausule?
Is it hard to realise?

regards, Marek
Hi Marek,

It is already there! From HMG 3.4.0 you can call all the PRINT function to redirect the print to PDF by the following command:

Code: Select all

SELECT PRINTER PDF <cPDFFile> <TO lSuccess>  
WOW!
I''ve missed this solution!
Many thanks!
Regards, Marek
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG.3.4.2

Post by Rathinagiri »

Only to make par the PDF and Print functions, the HMG_HPDF printing line bug has come. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply