Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bullzip to generate PDF file
Message
 
À
06/12/2008 16:38:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01365785
Message ID:
01365816
Vues:
24
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform