Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want more detailed printer setup dialog
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00124328
Message ID:
00124410
Vues:
20
Try this code:

Report Form foo To Printer Prompt


< JVP >


>I'm currently using the following code to allow users to select which printer they use:
>
>LOCAL lcOldError
>lcOldError = ON('ERROR')
>ON ERROR *
>=SYS(1037)
>ON ERROR &lcOldError
>
>What the users want, however, is to be able to also select which pages get printed, # of copies, and so on. I'd like to have a dialogbox similar to the one that MS-Word uses. Anyone know how to do this? Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform