Beginning_of_Data - DataList_
Finds the first record in the main_file of this object, and fills the display, starting with that record if the find operation was successful
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| NoSave | Integer | Determines if a changed row should first be saved |
Syntax
Procedure Beginning_of_Data Integer NoSave
Call Example
Send Beginning_of_Data NoSave
Description
The Beginning_of_data message finds the first record in the main_file of this object, and fills the display, starting with that record if the find operation was successful. If the find was not successful, the display is cleared of all records. The NoSave argument is ignored in this class, but subclasses may use this flag to inhibit an unintentional save operation when the object is initialized.