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

Tabulation setShowResultAsPdf: Difference between revisions

From Catglobe Wiki
No edit summary
Cg van (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:Diagram/report generating CGScript functions]]
{{HelpFiles}}  
{{HelpFiles}}


====Tabulation_setShowResultAsPdf====
==== Tabulation_setShowResultAsPdf ====


This function will
This function will  


'''Syntax'''
'''Syntax'''  


Tabulation_setShowResultAsPdf(''export'')
Tabulation_setShowResultAsPdf(''export'')  


'''Arguments'''
'''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.
*''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.


[[Image:6315.jpg]]
[[Image:6315.jpg]]  


'''Return type'''
'''Return type'''  


empty
empty  


'''Examples'''
'''Examples'''  


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


''Tabulation_saveAsReport("Tabulation - 06012008", 15896647, {});''
''Tabulation_saveAsReport("Tabulation - 06012008", 15896647, {{70479, "FullControl"}}, true);''  


''Tabulation_setShowResultAsPdf(true);''
''Tabulation_setShowResultAsPdf(true);''  


'''Availability'''
'''Availability'''  


Version 5.6
Version 5.6 __NOTOC__ <!-- imported from file: 5859.htm-->  
__NOTOC__
 
<!-- imported from file: 5859.htm-->
[[Category:Diagram/report_generating_CGScript_functions]]

Revision as of 08:04, 28 December 2011



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, Template:70479, "FullControl", true);

Tabulation_setShowResultAsPdf(true);

Availability

Version 5.6