AnalyticTypeRecordDefn Class Methods

In this section we describe the AnalyticTypeRecordDefn class methods. The methods are discussed in alphabetic order.

Syntax

GetSelectedField()

Description

Use the GetSelectedField to return an array of string containing the names of the fields that are selected for this record.

Parameters

None.

Returns

An array of string.

Syntax

SetSelectedFields(FieldName)

Description

Use the SetSelectedField method to specify the name of the field that is selected for this record.

Parameters

Field or Control

Definition

FieldName

Specify the name of the field that you want to select.

Returns

None.

Syntax

UnsetSelectedField(FieldName)

Description

Use the UnsetSelectedField method to deselect the selected field.

This method throws an exception if the field specified by FieldName isn't selected.

Parameters

Field or Control

Definition

FieldName

Specify the name of the field that you want to deselect.

Returns

None.