Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printer Dialog and # of copies
Message
From
15/06/2001 22:15:15
 
 
To
15/06/2001 20:51:58
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00520217
Message ID:
00520231
Views:
20
>Is there a way to preset the number of copies that is displayed in the Printer Dialog box so it is not always 1? We would like to set the # of copies to a default value so the user does not have to remember to enter it.
>
>Bryan
>for Rudy Nieves
>FOCUS C.M.C.



You can't use that printer dialog box but you can create some textbox to carry the system variables.

Thisform.txtSTARTpage.controlsource = _PBPAGE
Thisform.txtENDpage.controlsource = _PEPAGE
Thisform.txtNUMOFCOPIES.controlsource = _PCOPIES

and ask user fill in the information before click the PrintReport button
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform