PDF when I dont want a PDF

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
markchapman
Posts: 1
Joined: Wed Jan 19 2005

PDF when I dont want a PDF

Post by markchapman »

Hi,

I am using PDF converter with a VFP7 application. My users have the option with any report to either view on screen (ie REPORT....PREVIEW), print the report, or create a PDF document (in the latter case this is done based on the code snippets provided on this site).

The problem is that if a user runs a report and creates a PDF document then, if the next time they run a report they want to print it, the report does not come out on the default printer but instead a dialog box pops up asking them to define the name for the PDF file (!)

I'm following the code regarding closing down the converter after using it, so could someone point me in the right direction of where to look to solve this problem please?

I am using version 2.06 of the converter.

Many thanks.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

This is just for info:

In VFP the printer is sepcified inside the report. You need to open your report and specify whether you want it to be printed to a specific printer or to the default printer on the system.
Post Reply