I am using third party PDF driver to create a PDF file, so I have to issue SET PRINT TO NAME PDFDriver and then REPO FORM command to create a PDF file. The issue is I cannot tell if the file is completedly created befire I continue...
The next part of the program is I have to set the printer back to the VFP printer and issue a REPO FORM command to let the user preview the same report. By doing this, it create problem because the PDF file I try to create may not be completedly done yet.
So, what I need is to be able to check the status of the PDF file and not to continue the program until I am sure that the file is completed done.
Thanks
Thanks