Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error accessing printer spooler strikes again
Message
From
16/11/1998 16:14:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Error accessing printer spooler strikes again
Miscellaneous
Thread ID:
00157988
Message ID:
00157988
Views:
80
I am trying to automate certain programs to print to a specific printer. Currently they automatically print to the user's windows default printer. I am able to obtain the default printer name in a variable, change to the printer I want, print the job to that printer, but when I try to switch back to the user's windows default printer I receive the error message - "Error accessing printer spooler" . Here is my code:

lc_default = SET("printer", 2)
SET PRINTER TO NAME \\ETBDC\EOTLBL
PRINTJOB
.
.
.
ENDPRINTJOB
SET PRINTER TO NAME lc_default

Any suggestions? TIA :)
Next
Reply
Map
View

Click here to load this message in the networking platform