Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printer Dialog and # of copies
Message
De
15/06/2001 22:15:15
 
 
À
15/06/2001 20:51:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00520217
Message ID:
00520231
Vues:
21
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform