Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spooling Problem
Message
From
26/07/2001 03:05:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Spooling Problem
Miscellaneous
Thread ID:
00535548
Message ID:
00535548
Views:
44
I want to use matrix printer with ??? command. Here are the code:

mPrinter = GetPrinter()
IF EMPTY(mPrinter)
RETURN
ENDIF
SET PRINTER TO NAME (mPrinter)
???
.....
SET PRINTER TO NAME ALLTRIM(SET("PRINTER",2))

When the Spool settings (control panel) of printer are set to "Spool print jobs ..." everything is OK, but when I set them to "Print directly to the printer" SET PRINTER TO NAME (mPrinter) gives me an error "Error accessing printer spooler". How can I by-pass the spool settings. (The printer I use is network printer connected to LPT1 w/ capture printer port) ?

TIA

Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Next
Reply
Map
View

Click here to load this message in the networking platform