Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print to network printer
Message
From
24/12/2019 03:02:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Print to network printer
Miscellaneous
Thread ID:
01672434
Message ID:
01672434
Views:
51
Hi all, I need to print to a network printer and I try to change the default printer to a new of the shared printers using the normal set printer to name "printer" but it never works, even putting that printer as default on windows, what am I doing wrong? TIA...

p1=SET("Printer",2)
SET PRINTER TO NAME (p1) && or any other name
***trying to force
DECLARE Long GetLastError IN WIN32API
DECLARE Long SetDefaultPrinter In WINSPOOL.DRV String pPrinterName
IF SetDefaultPrinter(p1) = 0
* Error
MESSAGEBOX(WinApiErrMsg(GetLastError()),16,"Error")
ENDIF

it prints well but always to another printer not the selected.
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Next
Reply
Map
View

Click here to load this message in the networking platform