Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing several reports at once
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00126210
Message ID:
00126284
Views:
23
>Thanks for the reponse, the =sys(1037) only asks for the printer, and not how many copies. Do I have to add another prompt for the quantity and add a loop for the muliple copies? I noticed the Report command has a range statment, but is there a command for the amount of copies?
>
>Thanks,
>Jim

I use _PCOPIES system variable to do this. There is the spnCopy spinner on my Print Options form, and when I print the report I issue

_PCOPIES = thisform.spnCopy.value
REPORT form myReport.frx TO PRINTER noconsole
_PCOPIES = 1

HTH,
Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform