Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.