Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
PAGE Statement (DataBasic) (m618703+page_s.htm)
Advances the current output device to the next page and print the heading or footing.
PAGE {expression}
expression is a valid DataBasic expression used to reset the page number in a heading or footing on the next page. If omitted, page number sequence is preserved.
The PAGE statement is only valid for print report zero and only functions if a heading or footing is in effect.
A = 10 HEADING="MONTHLY REPORT'L'PAGE'PP'" . . . PAGE A
Current output device advances to top-of-form and prints the heading:
MONTHLY REPORT
PAGE 10