Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want more detailed printer setup dialog
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00124328
Message ID:
00124410
Views:
19
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
Previous
Reply
Map
View

Click here to load this message in the networking platform