Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to access a shared network printer
Message
 
 
To
08/04/2003 09:26:57
Brian O'Donovan
Crescent Computers
Cork, Ireland
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00775056
Message ID:
00775068
Views:
16
>Yes , I can see the printer in the printers window, set up for sharing
Brian,

Try
lcPrinterName = "\\hp laserjet 1200 series pcl 6 on host"
SET PRINTER TO NAME (lcPrinterName)
? SET("PRINTER", 3)
* And 
lcPrinterName = GETPRINTER()     && Choose "\\hp laserjet 1200 series pcl 6 on host"
SET PRINTER TO NAME (lcPrinterName)
? SET("PRINTER", 3)
Does any of above works?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform