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.
Overrides the default page behavior and enables you to specify which record you want to display when the page opens.
Syntax
[Ok]:= OnFindRecord(Which)
Parameters
Which
Text or code value with the following options:
| Parameter Value | Result |
|---|---|
| - (a dash) | First record |
| + (a plus sign) | Last record |
| =>< | Record defined in the Rec variable or the closest match |
Return Value
Ok
(Boolean) Indicates whether the specified record was found.
| Value | Result |
|---|---|
| TRUE | Found |
| FALSE | Not found (default) |
Applies To
- Pages
Remarks
By default, opened pages display the last record shown when the user exited the page. Use this trigger to override the default behavior and display the first record, last record, or a specific record as defined in the Rec variable.