<#PAGES>

Navigation:  vpxPrint tags > Special tags >

<#PAGES>

Previous pageReturn to chapter overviewNext page

 

Total page count:

 

vpxPrint allows you to get the total number of pages of the current report.

You can print "Page 3/10".

 

 

Syntax : <#PAGES>

 

Evaluated by vpxPrint at run-time, based on your report. The total number of pages is substituted to the tag.

 

 

Notes:

 

PROGRESS reports often have a blank page at end of printing, vpxPrint does not print this last page and this page is subtracted from the total page count.  <#PAGES> is not evaluated as a tag but rather like a literal. (6.0b). It does not interrupt any alignment literal as other tags do.

if the last page contains only LF, CR or space characters, then the page is not counted (7.9)

When using automatic frames on multiple pages or changing orientation in the same report, the value of <#PAGES> is not correct.