This function, combined with the PagAux parameter (in the configuration section) will let you print the number of the
page where the report starts with a page different than 1.
In case that parameter PagAux is not set, its default value will be zero and equivalent to the current page number.
In case that PagAux is set to a number, that number will be added to the current page number.
PagAux does not affect the Pag function at all and both can be used at the same time.
Syntax of parameter PagAux:
Pagaux=5
Syntax of the function PagAux:
Insert @@pagaux as a text in any part of your report. It will be changed by the PagAux value.
|