Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error accessing printer spooler
Message
 
 
To
05/03/2005 23:55:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00993078
Message ID:
00993080
Views:
23
I'm surprised that you expect it to work because SYS(1037) doesn't return a printer name. The GETPRINTER() function does.
lcPrinter = GETPRINTER()
IF NOT EMPTY(lcPrinter)
	SET PRINTER TO NAME (lcPrinter)
ENDIF	
>when i set printer using
>
>
>SET PRINTER TO NAME SYS(1037)
>
>
>It displays Message : Error accessing printer spooler.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform