Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set printer to getprinter() .... not working
Message
From
21/07/2004 10:44:03
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
21/07/2004 10:37:29
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00926549
Message ID:
00926554
Views:
21
This message has been marked as the solution to the initial question of the thread.
Hi Don,

>I have a need to print several reports back-to-back and would like to allow the user to select the printer prior to this process instead of requiring that the user select a printer for each report.
>I tried this ...
>set printer to getprinter() ..... which did not work
>and this ...
>lcPrinter = getprinter()
>set printer to "&lcPrinter" .... which did not work either
>Any ideas ?

Try:
lcPrinter = getprinter()
set printer to Name &lcPrinter
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform