Hi,
We have an application developed in VFP 8.0. Our clients are having a problem while printing reports to normal printer AFTER they have printed to an Acrobat PDF writer and created a PDF file. The reports print fine when they send it to a normal printer without sending it to a PDF writer. Subsequent to sending it to a PDF writer and creating a PDF file, the reports throw an error saying "File Not Found" when printed to a normal printer.
This problem does not appear if the clients create and save the PDF in the same directory from where our application runs.
Can anyone let us know the reason for this
Thanks in advance.
BABS

VFP 8.0 and Acrobat PDF Writer
m_armstrong
Thanks a lot!
BABS
Sven_Dataelektronik
LOCAL
lcCurDir AS StringlcCurDir = SYS(5) + SYS(2003)
REPORT FORM yourreport TO pdfwriter
CD (lcCurDir)
REPORT FORM yourreport TO PRINTER PROMPT