The info(“pagecount”) function calculates the total number of pages that will be printed.
Description
This function calculates the total number of pages that will be printed. This function is designed to be used in a Text Display object in a report form. This example will print page numbers in the format Page 1 of 7, Page 2 of 7, etc.
"Page "+info("pagenumber")+" of "+info("pagecount")
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |