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