Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Printer to
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01428003
Message ID:
01428018
Vues:
51
>Hello All,
>
>I am in the process of converting a VFP5.0 program to VFP 9.0 and the following line works great in 5.0:
>
>set printer to name &marprinter
>
>it resolves to:
>
>set printer to name \\till3\P1006
>
>Running it unchanged in 9.0, the line is ignored and the print job goes to the default printer.
>
>Any help would be appreciated.
>Thanks
>Bruce

If this variation

set printer to name (MarPrinter)

will result in "Error accessing printer spooler"

then try

set printer to (MapPrinter) && without name clause
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform