Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printer question
Message
From
06/02/2006 17:06:19
 
 
To
06/02/2006 15:44:35
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01094116
Message ID:
01094137
Views:
18
This message has been marked as the solution to the initial question of the thread.
Your code will create a file called cprinter.
clear
cPrinter = getprinter()
set printer to name (cPrinter)
set printer on
?
? "Hello world"
?
set printer off
set printer to
>Hi all,
>This does not print anything. It only ejects a blank page. Am I missing something obvious here?
>
>clear
>cPrinter = getprinter()
>set printer on
>set printer to cPrinter
>?
>? "Hello world"
>?
>set printer off
>set printer to
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform