hwIReportTemplate Resolve
This API resolves the TRC (type-request-component) given in the from_string to the to_string.
Syntax
hwIReportTemplate Resolve from_string, to_string
Application
HyperWorks Tcl Query
Description
This command resolves the TRC (type-request-component) given in the from_string to the to_string.
Inputs
- from_string
- The TRC (type-request-component) string which needs to be resolved. This is a comma-separated string.
- to_string
- The TRC string to which it should to be resolved. This is a comma-separated string.
Example
hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep Resolve from_string to_string;
Error
Success (0) or an error code.
Keywords
HyperWorks
Tcl
Report Template
Template
Query