Difference between revisions of "Tabulation setStartingPageNumber"
Line 1: | Line 1: | ||
{{HelpFiles}} | {{HelpFiles}} | ||
− | ==== Tabulation_setStartingPageNumber==== | + | ==== Tabulation_setStartingPageNumber ==== |
Set the starting page number for the PDF report. | Set the starting page number for the PDF report. | ||
Line 22: | Line 22: | ||
<br/>{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].'' | <br/>{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].'' | ||
+ | ''The pagenumber can be shown in the pdf by inserting $p in a paragraph. $P (capital P) shows the total number of pages. | ||
'''Availability''' | '''Availability''' | ||
Version 6.0 | Version 6.0 |
Revision as of 10:45, 30 June 2016
Tabulation_setStartingPageNumber
Set the starting page number for the PDF report.
Syntax
Tabulation_setStartingPageNumber(8)
Arguments int pagenumber
Examples
//Starting page number of the PDF report can be set:
//Needs a DCS
Tabulation_setStartingPageNumber(8);
Note: This function should be paired with function Tabulation_setShowResultAsPdf.
The pagenumber can be shown in the pdf by inserting $p in a paragraph. $P (capital P) shows the total number of pages.
Availability
Version 6.0