HMG.3.4.2
Moderator: Rathinagiri
- dragancesu
- Posts: 931
- Joined: Mon Jun 24, 2013 11:53 am
- DBs Used: DBF, MySQL, Oracle
- Location: Subotica, Serbia
Re: HMG.3.4.2
I could not make a program for access to PostgreSQL, I could not with Oracle
Work with MySQL and SQLite is fine
Work with MySQL and SQLite is fine
- 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
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.
South or North HMG is worth.
...the possibilities are endless.
- srvet_claudio
- Posts: 2224
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: HMG.3.4.2
Thank you very much Friend, you're very kind.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.
Re: HMG.3.4.2
Sorry but I have noticed that rewriting libraries (Build Lib.bat), the library is not updated libmySQL.a correct this
Re: HMG.3.4.2
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
What do you think?
something like START PRINTDOC with MAKE_PDF clausule?
Is it hard to realise?
regards, Marek
Re: HMG.3.4.2
I have a question - is it RELEASE MEMORY working?
I've added this function to my app and I get compiler errors:
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()
Re: HMG.3.4.2
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:

Previous versions of hmg produced good working form.
First grid is painted completely, but, second one has no headers and few lines. This second grid becomes good looking after focusing:

Previous versions of hmg produced good working form.
- 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
Hi Marek,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
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.
South or North HMG is worth.
...the possibilities are endless.
Re: HMG.3.4.2
WOW!Rathinagiri wrote:Hi Marek,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
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>
I''ve missed this solution!
Many thanks!
Regards, Marek
- 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
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.
South or North HMG is worth.
...the possibilities are endless.