Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Yet another printer question
Message
From
07/02/2006 13:46:33
 
 
To
07/02/2006 13:21:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01094274
Message ID:
01094366
Views:
11
This is the updated code. It still causes a form feed in between run.
clear
set printer to dump.dmp
set printer on
?
eject
set printer off
set printer to

cPrinter = getprinter()
if !empty(cPrinter)
	set printer to name (cPrinter)
	set printer on
         ???chr(27)+chr(77)+chr(27)+chr(112)+'0'
	? "Hello world online"
	eject
	set printer off
	set printer to
endif
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform