Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set printer to name to test if exist
Message
De
06/01/2009 13:27:53
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01371438
Message ID:
01371440
Vues:
21
I would prefer to use Aprinter() to create an array of available printer, and then check if the wanted printer is in that array.

>Hi,
>
>Is the following a reliable method of testing if a printer (network or local) exist?
>
>
>cPrnName = "My Printer Name"
>TRY 
>     set printer to name (cPrnName)
>CATCH 
>     =MESSAGEBOX("Printer " + cPrnName + "failed",48,"Test")
>ENDTRY 
>
>
>Thank you.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform