Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spooling Problem
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Spooling Problem
Divers
Thread ID:
00535548
Message ID:
00535548
Vues:
43
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform