Page

Page is a text function that returns the current page number of a printed report. You can use this function in a text object to display the current page in a printed report. The function syntax is:

  <<Page()>>

Note:

The page function works for printed reports only. Online reports display [[PageCount( )]] for the page number.

Example:

If the current page is eight, the following example yields: Page 8.

  Page <<PAGE()>>

Note:

The page axis on a grid is different from the page number in a printed report.