4 Functions

The NUMPAGE Function

The NUMPAGE function returns the current HP Eloquence Report Writer page number. The HP Eloquence Report Writer page counter is incremented just before the PAGE HEADER s called. If the report contains a TRIGGER PAGE BREAK command, the page counter is incremented during the page break setup.

An example follows.


150  PAGE TRAILER USING P_trail;NUMPAGE
.
.
.
650  P_trail:  IMAGE 60X,"PAGE",2D

HP Eloquence Report Manual - 25 NOV 1997