Tabulation setStartingPageNumber

From Catglobe Wiki
Revision as of 09:54, 5 June 2017 by Tungocman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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 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