GOTORECORD Function (TestPage)

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.

See Also

Concepts

TestPage Functions