Page 10 of 21

Re: HMG.3.4.2

Posted: Sun Oct 18, 2015 5:52 am
by dragancesu
I could not make a program for access to PostgreSQL, I could not with Oracle

Work with MySQL and SQLite is fine

Re: HMG.3.4.2

Posted: Tue Oct 20, 2015 6:10 am
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. :)

Re: HMG.3.4.2

Posted: Tue Oct 20, 2015 3:30 pm
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

Re: HMG.3.4.2

Posted: Wed Oct 21, 2015 9:58 am
by emzampi
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

Posted: Thu Oct 22, 2015 6:53 am
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

Re: HMG.3.4.2

Posted: Thu Oct 22, 2015 7:04 am
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() 

Re: HMG.3.4.2

Posted: Thu Oct 22, 2015 8:51 am
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.

Re: HMG.3.4.2

Posted: Fri Oct 23, 2015 5:38 am
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>  

Re: HMG.3.4.2

Posted: Fri Oct 23, 2015 6:02 am
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

Re: HMG.3.4.2

Posted: Fri Oct 23, 2015 6:23 am
by Rathinagiri
Only to make par the PDF and Print functions, the HMG_HPDF printing line bug has come. :)