Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print single line w/no page eject?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00799886
Message ID:
00799891
Views:
19
You should not issue /set printer to default/ until all ?lines are processed.

>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-
Previous
Reply
Map
View

Click here to load this message in the networking platform