Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture printer setting to a memory variable
Message
 
To
20/05/2002 12:10:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00658944
Message ID:
00658949
Views:
15
>I would like to write a routine that allows the users to select and store printers to be used as the default for certain reports that have to be printed to a specific printer like checks, forms, etc.
>
>Is there a way to capture the name of the printer selected from print setup so that I can store it to a table?
>
Take a look at the following functions:

set( "printer", 2 )
set( "printer", 3 )
GETPRINTER()
APRINTERS(a)
Hector Correa
Previous
Reply
Map
View

Click here to load this message in the networking platform