Re: Wish to be able to enter Pdf filename
Posted: Fri Oct 03, 2014 8:26 pm
+1Rathinagiri wrote:Very good idea Roberto.
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://hmgforum.com/
+1Rathinagiri wrote:Very good idea Roberto.
I agree. The PDF file should be generated by direct calls to HPDF.mol wrote:Very fine option, but we must remember that print preview generates image pdf and .pdf file can be very big for few pages.Roberto Lopez wrote:I've took a brief look at the last version and a little proposal for the next releases arised:
It could be nice if you could specify that the destination PDF file at SELECT PRINTER command, so, you could generate PDF reports without user interaction (without preview).
This has another advantage: You could use the same print code (@...PRINT commands) without the need of two separate codes @...PRINT and @...HPDFPRINT.
In other words and unique report code with multiple possible destinations (including PDF file).
Since (as I've said) I've only took a brief look at the last version, if this is already possible, I'm sorry in advance...