hwIReportTemplate GetUnresolvedsList

Gets the unresolved list.

Syntax

hwIReportTemplate GetUnresolvedsList list, include_subcase = false, include_resolved = false

Application

HyperWorks Tcl Query

Description

This command gets the unresolved TRC (type-request-component) list for the given report template.

Inputs

list
The unresolved TRC (type-request-component) list.
include_subcase
The default value to this would be false.
True
To include the subcase details in the list.
False
To not include the subcase details in the list.
include_resolved
The default value to this would be false.
True
To include the resolved TRC (type-request-component) in the list.
False
To not include the resolved TRC (type-request-component) in the list.

Example

hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep GetUnresolvedsList;

Error

Success (0) or an error code.

Keywords

HyperWorks

Tcl

Report Template

Template

Query