Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set printer to name to test if exist
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01371438
Message ID:
01371456
Views:
9
>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.

Why not check with APRINTERS array?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform