Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Report
Message
 
To
02/01/1999 06:27:00
Annibale Freda
Freda Annibale
Rome, Italy
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00170171
Message ID:
00172135
Views:
31
Annibale,

GetPrinter() does not set the printer for you. You need to use SET PRINTER TO with the return value from GetPrinter() to do that;

LOCAL lcPrinter
lcPrinter = ""
lcPrinter = GetPrinter()
IF NOT EMPTY( lcPrinter) && did the user make a choice
SET PRINTER TO ( lcPrinter )
ENDIF

RETORT FORM ... TO PRINT NOCONSOLE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform