hwIReportTemplate SetParameterEnabled
Sets the parameter state to true or false.
Syntax
hwIReportTemplate SetParameterEnabled name, state
Application
Tcl Query
Description
Sets the parameter state to true or false.
Inputs
- name
- The name of the given parameter.
- state
- 
            - True
- The parameter is enabled.
- False
- The parameter is not enabled.
 
Example
hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep SetParameterEnabled paramterName state;Error
Success (0) or an error code.
Keywords
Tcl
Report Template
Template
Query