Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print single line w/no page eject?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to print single line w/no page eject?
Miscellaneous
Thread ID:
00799886
Message ID:
00799886
Views:
67
Hi Cathy or < anyone >,

I'm attempting, in an app, to output a single line of text to a printer. This printer is not the default print. The code prints something to the default printer (successfully), then switches to another printer (SET PRINTER TO NAME alternatePrinter) to printer a single line, and lastly switches back to the default printer (SET PRINTER TO DEFAULT).

Here's the problem -- the single line to the alternatePrinter prints successfully but then page ejects. How might I prevent the page eject? I'm outputing the single line as:
SET PRINTER TO NAME alternatePrinter
? lcPrintString AT 02
SET PRINTER TO DEFAULT

TIA,
Steven-
Next
Reply
Map
View

Click here to load this message in the networking platform