Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number of copies in Report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00087240
Message ID:
00087533
Views:
28
>>Does anyone know how could I programatically set the number of copies I want from a report?
>>I don't want to use any print dialog for this because depending on the report it will be printed I know in advance if it will be needed two copies of this report, 3 copies of that other, etc.
>>Thank you.
>
>There is a simple way to do that:
>
>PRINTJOB
> _pcopies = Copies_Number_I_Need
> REPORT form myReport.frx TO PRINTER noconsole
>ENDPRINTJOB
>
>HTH,
>Nick

Thank you very much Nick I will try it right now.

Eduardo
Previous
Reply
Map
View

Click here to load this message in the networking platform