Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Forms to Adobe .PDF files
Message
 
 
To
23/01/2002 17:13:46
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00609320
Message ID:
00609412
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform