Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Finds the row in a dataset on the test page that is identified by the specified values.
Syntax
[Ok :=]TestPage.GOTOKEY([Value],...);
Parameters
TestPage
Type: TestPage
The test page that contains the dataset.
Value
Type: Text or Integer
The value or list of values to use to find the row. If this parameter is omitted, the value of the primary key that is defined for the underlying table is used.
Property Value/Return Value
Type: Boolean
true if the specified row is found; otherwise, false. The return value is optional.
Remarks
The GOTOKEY function loops over all records until it finds the identifies row. For each record, the OnAfterGetCurrentRecord trigger is executed.