Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Turning on NO.PAGE from within a BASIC program

36 views
Skip to first unread message

FredW

unread,
May 18, 2022, 3:16:12 PM5/18/22
to OpenQM
I feel almost silly asking about this -- I sure I somehow missed it.

To clarify, you can specify NO.PAGE on the command line, e.g.

RUN BP SOME.PGM NO.PAGE

but I've come across a case where I'd like to turn it on under program control. I'm passing a bunch of (optional) parameters on the command line and it is minor pain to filter out NO.PAGE

I'm not using HEADING -- this is more like a "Verbose" option on some linux commands.

Thanks.

Fred

Brian Speirs

unread,
May 18, 2022, 4:08:38 PM5/18/22
to OpenQM
It is just a matter of knowing where to look in the documentation - look under DISPLAY / CRT.

"Pagination may be suppressed by use of any @(x, y) cursor positioning function. Note that this does not have to be sent to the screen; use of the function is sufficient. Thus a statement such as
DUMMY = @(0,0)
will suppress pagination even though nothing is displayed by this statement. Pagination may be turned on again by use of the PRINTER RESET statement."

Cheers,
Brian

FredW

unread,
May 19, 2022, 2:41:54 AM5/19/22
to OpenQM
Thanks. I knew it was something simple like that.
Reply all
Reply to author
Forward
0 new messages