Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
void paginate( [header] [| break] [| footer] ) keyword header,break,footer
footer | Appends the current block's page footer (if any).
|
break | Writes out the report page, clears report page,
resets line count (G.LINENUMBER = G.PAGEHEADERLINES) and increases
page number (G.PAGENUMBER = G.PAGENUMBER + 1).
|
header | Inserts the current block's page header (if any). |
paginate(footer|break|header);For special effects, the page trigger can be changed to perform actions such as resetting offsets.