Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Forms to Adobe .PDF files
Message
 
 
À
23/01/2002 17:13:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00609320
Message ID:
00609412
Vues:
17
>Sorry, I should have mentioned that I want to print these files in a batch so the files don't actually open up when they are created. The program will save the file as its lab number, then it saves the next one, etc.

That should not matter. The basic way I did this was:
SET PRINTER TO NAME PDFWriter  && or whatever the name of the printer is
*!* for batch printing
use BatchPrintInfoTable
scan
   *!* set up print job code here
   report form myreport to print noconsole
   *!* post processing and cleanup code here
endscan
set printer to default
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform