Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set printer to name weird error
Message
From
23/11/2006 10:35:17
 
 
To
23/11/2006 10:04:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01172057
Message ID:
01172069
Views:
128
This message has been marked as the solution to the initial question of the thread.
Macro expansion stops at the first period (.)! Use name expression in stead.
lcPrinter=alltrim(Imprimantes.imprim)
Set printer to name (lcPrinter)
>alltrim(Imprimantes.imprim) and oApp.cNomImprim contain the same string
>
>
>lcPrinter = "set printer to name alltrim(Imprimantes.imprim)"
>&lcPrinter
>
>No problem after execution
>
>
>
>
>lcPrinter = "set printer to name oApp.cNomImprim"
>&lcPrinter
>
>After that execution I receive Error accessing printer spooler (Error 1957)
>
>What's wrong here?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform