GOTORECORD Function (TestPage)
Finds the specified record in a dataset on a test page.
Syntax
[Ok :=]TestPage.GOTORECORD(Rec);
Parameters
TestPage
Type: TestPage
The 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.
Remarks
The GOTORECORD function loops over all records until it finds the identifies record. For each record, the OnAfterGetCurrentRecord trigger is executed.