Starting a new page of a reportΒΆ

newpage

Start a new page


SYNTAX

newpage

Starts a new page.

Since the page length is known (by the value of sys.PageLength), new pages are normally started automatically. The newpage command is used to force a new page at any point in the report.

When a newpage command is executed the following actions occur, in this order:

1

All code in !footnote sections is executed.

2

The new page is started.

3

The system variable sys.PageNumber is incremented by 1.

4

All code in !heading sections is executed.


EXAMPLE

!on starting Inv.Category {
     newpage
}

RELATED TOPICS

Reports