Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error accessing printer spooler
Message
 
 
À
05/03/2005 23:55:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
00993078
Message ID:
00993080
Vues:
20
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform