Beginning_of_Data - dbGrid_
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
Syntax
Procedure Beginning_of_Data
Call Example
Send Beginning_of_Data
Description
Compaibility Note
This is a method in a legacy class. As of revision 16.0, DataFlex includes full support for Codejock Software's COM Report Control package for creating grids. See Using Grids for more information.
For similar functionality in the current grid classes (cCJGrid and cDbCJGrid), see MoveToFirstRow.
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.