Re: HMG.3.4.2
Posted: Sun Oct 18, 2015 5:52 am
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
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
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.
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()

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
Code: Select all
SELECT PRINTER PDF <cPDFFile> <TO lSuccess> 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>