Finds the specified record in a dataset on a test page.

[Ok :=]TestPage.GOTORECORD(Rec);

Parameters

TestPage

Type: TestPageThe test page that contains the dataset.
Rec

Type: Record The record to find.

Property Value/Return Value

Type: Boolean

true if the specified record is found; otherwise, false. The return value is optional.

See Also