Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select a printer for a report
Message
 
 
To
19/05/2011 13:51:25
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01511161
Message ID:
01511164
Views:
52
>Hi All,
>
>Before printing my report in my app, I would like to show all available
>printer devices and let the user select a printer before going to printing
>the report. Could someone show me how this can be done?
>Thanks in advance.
>
>jw
lcPrinter = getprinter()

if not empty(lcPrinter)
   set printer to name (lcPrinter)
   report form ...
endif
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform