More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{HelpFiles}} | {{HelpFiles}} | ||
==== | ==== Tabulation_setStartingPageNumber==== | ||
Set the starting page number for the PDF report. | |||
'''Syntax''' | '''Syntax''' | ||
Line 9: | Line 9: | ||
Tabulation_setStartingPageNumber(''8'') | Tabulation_setStartingPageNumber(''8'') | ||
'''Arguments''' | '''Arguments''' int pagenumber | ||
int pagenumber | |||
=== <span style="color:#DF8621">'''Examples'''</span> === | === <span style="color:#DF8621">'''Examples'''</span> === | ||
Line 22: | Line 21: | ||
</source> | </source> | ||
<br/>{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].'' | |||
{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].'' | |||
'''Availability''' | '''Availability''' | ||
Version 6.0 | Version 6.0 |
Revision as of 07:39, 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.
Availability
Version 6.0