hwISession GetReportTemplateHandle
Gets the report template handle.
Syntax
hwISession_handle GetReportTemplateHandle report, index
Application
HyperWorks Tcl Query
Description
This command gets the report template handle.
Inputs
- report
- The name that you want to call the report template handle.
- index/report name
- The index (position) of the report template within the report template list or the report name. If the report name is provided, the optional additional argument by name must be provided.
- by name (optional)
- If the report name argument is provided, by name must be set to true (false by default).
Example
hwi GetSessionHandle sess;
sess GetReportTemplateHandle rTem 2;
Error
Returns success (0) or an error code.
Keywords
HyperWorks
Tcl
Report Template
Template