Sets the specified fields in a dataset on a test page as the current key.

[Ok :=] TestPage.Filter.SETCURRENTKEY(Field1 [, Field2] ,...);

Parameters

TestPage

Type: TestPageThe test page that displays the dataset that contains the specified field.
Part

Type: PartThe control on the test page that contains the dataset.
Filter

Type: FilterThe filter that is applied to the dataset.
Field1

Type: FieldThe field that you want to set as the current key.
Field2

Type: FieldAdditional field that you want to set as the current key. This parameter is optional.

Property Value/Return Value

Type: Boolean

true if the current key was set; otherwise, false. This return value is optional.

Remarks

You can select additional fields to be included as the current key.

See Also