Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in a dataset on a test page.
[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.