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: Difference between revisions

From Catglobe Wiki
Cg van (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{HelpFiles}}  
{{HelpFiles}}  


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


This function will
Show export PDF dialog or not.<br>


'''Syntax'''  
'''Syntax'''  
Line 23: Line 23:
''createCrossDiagram({"Single"}, {"Multi"});''  
''createCrossDiagram({"Single"}, {"Multi"});''  


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


''Tabulation_setShowResultAsPdf(true);''  
''Tabulation_setShowResultAsPdf(true);''  
''//Result: Export PDF dialog is shown and user can export report.''


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

Latest revision as of 10:44, 28 December 2011



Tabulation_setShowResultAsPdf

Show export PDF dialog or not.

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, {{70479, "FullControl"}}, true);

Tabulation_setShowResultAsPdf(true);

//Result: Export PDF dialog is shown and user can export report.

Availability

Version 5.6