Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Printer to
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01428003
Message ID:
01428018
Views:
50
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform