I have an application that prints numerous forms based on user input. For example, if the forms are named 'A' to 'J', the print job can include any or all of the forms. There was a summary form that always printed at the end, so I simply used NOPAGEEJECT in all the forms except the summary.
Unfortunately, the summary page is no longer used, so I am faced with the task of determining which form will be printed last and and not use a NOPAGEEJECT, so the print kob will close..
My question is.... Is there VFP command to close a print job?
Incidentally, this is only an issue when printing to a PDF .
Thanks,
Sam
Unfortunately, the summary page is no longer used, so I am faced with the task of determining which form will be printed last and and not use a NOPAGEEJECT, so the print kob will close..
My question is.... Is there VFP command to close a print job?
Incidentally, this is only an issue when printing to a PDF .
Thanks,
Sam