Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LPT1, LPT2
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00518174
Message ID:
00519847
Views:
11
>Is it possible to conect two printers at a same
> PC and select the printers by VFP commands ?
> How can I do this ?

Yes, you can select printer by SET PRINTER command and use GETPRINTER() to select from list or APRINTERS() to obtain names of available printers.
For example:
SET PRINTER TO LPT1
SET PRINTER TO NAME LaserJet
SET PRINTER TO NAME \\Server\Printer
SET PRINTER TO NAME GETPRINTER()
SET PRINTER TO DEFAULT
Previous
Reply
Map
View

Click here to load this message in the networking platform