Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bullzip to generate PDF file
Message
 
To
06/12/2008 16:38:04
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01365785
Message ID:
01365816
Views:
23
>I am trying to use Bullzip to generate different PDF files. Something like this
>DO WHILE !EOF()
> Report Form report1 To Printer NOCONSOLE
>ENDDO
>
>How can I set by VFP program the folder to save PDF files?
>
>How can I set by VFP program variable output filename to PDF?

The Bullzip uses a ini file that it reads everytime it runs, once it reads it it deletes it. The file is called "runonce@Bullzip PDF Printer.ini", and it show be located in the right path, in my case it is locate ""C:\Users\Mike\AppData\Roaming\Bullzip\PDF Printer\". If I put the following in this ini file

[PDF Printer]
ShowSettings = never
ShowPDF = no
Output = c:\myPDFTest.pdf

It will create the PDF without any dialogs, and remember you need to recreate this file everytime you use the PDF Printer, which allows you to change the output filename differently everytime. You can use STRTOFILE() to create your ini file.
Previous
Reply
Map
View

Click here to load this message in the networking platform