Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print a Batch of reports
Message
From
28/09/2003 08:48:01
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00832988
Message ID:
00832994
Views:
14
>I have 5 different reports that I want to print, uninterrupted.
>Is there a way of , first asking for which printer to use, and then
> directing each of the reports to this printer, without any further operator intervention.
>
>Regards,
>Gerard

I'll leave the actual experimenting to you, but I think it should be something like the following:
lcPrinter = getprinter()
set printer to name (lcPrinter)
report form Report1 to printer
...
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform