FileNameOptions Call Not Working

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
sbutts
Posts: 7
Joined: Tue Oct 01 2002

FileNameOptions Call Not Working

Post by sbutts »

I am using VFP5.0 with version 1.57 of PDF-Converter (Developer Edition) using the fll interface.

When I make a call to FileNameOptions(hPDFPrinter,0) with 0 as the second parameter there is no error until I try to print to the printer. Using 0 as the second parameter should cause the user to be prompted for a file name to save the print results but instead it say 'there has been an error printing, retry or cancel'.

If I set the file name of the file to output to there is no problem.

What am I doing wrong?

Any help would be appreciated.

Scott
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

The Developer version of the PDF Converter doesn't have a user interface,
this is why you will not be prompted for an output file name.

You need to set the output file name programmatically and you need to set
FileNameOptions to at least 1 (1 for NoPrompt).
Post Reply