Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing multiple reports as a batch
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00266102
Message ID:
00266106
Views:
25
>I am running a series of reports that I want to print in the same print job.
>Any suggestions?

I have a faq entry for this.

---------------------
This technique sends a group of reports to a printer and only require the user to press "OK" on the printer dialog box once.

This is handy when the users think of a complex report like a month end report as one logical report (even though it can be made of several VFP reports). Showing them the print dialog box numerous times can be confusing.
* choose printer then send each report
=sys(1037) &&choose printer
report foo1 to printer
report foo2 to printer
report foo3 to printer
report foo4 to printer
...


The credit goes to Edward Pikman for discovering this.
-----------------------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform