Code: Select all | Expand
PRINT oPrn FILE "filename.pdf"
PAGE
// your print statements to print
ENDPAGE
ENDPRINT
Rick Lipkin
Code: Select all | Expand
PRINT oPrn FILE "filename.pdf"
PAGE
// your print statements to print
ENDPAGE
ENDPRINT
karinha wrote:Code: Select all | Expand
FWSavePreviewToPDF( oPrn, "recompjardin.pdf" ,.F. )
Regards, saludos.
nageswaragunupudi wrote:karinha wrote:Code: Select all | Expand
FWSavePreviewToPDF( oPrn, "recompjardin.pdf" ,.F. )
Regards, saludos.
This function is internally called by printer object, where required.
Better we do not use this function directly in our application programs.