Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setShowResultAsPdf

From Catglobe Wiki
Revision as of 09:01, 7 March 2011 by Catglobe (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Tabulation_setShowResultAsPdf

This function will

Syntax

Tabulation_setShowResultAsPdf(export)

Arguments

  • export: Is a bool expression. If it is true and Tabulation_saveAsReport is used, when executing the scrip, Export to PDF dialog will be shown.

Return type

empty

Examples

createCrossDiagram({"Single"}, {"Multi"});

Tabulation_saveAsReport("Tabulation - 06012008", 15896647, {});

Tabulation_setShowResultAsPdf(true);

Availability

Version 5.6