Entry_Display - DfBaseEntry

Displays data from the data_file and data_field to every entry_item connected to it

Type: Procedure

Parameters: Integer iFile Boolean bDoAll

ParameterDescription
iFileThe file number
bDoAllIf true, all data is moved regardless of the items' item_changed_state


Syntax
Procedure Entry_Display Integer iFile Boolean bDoAll

Call: Send Entry_Display iFile bDoAll


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 OnSetDisplayMetrics in the cCJGridColumn class.



Entry_display displays data from the data_file and data_field to every entry_item connected to it. If iFile is non-zero, the display is done only if iFile is the data_file or bDoAll is true. If iFile is zero and the data_file is included in the current data-set action, the display is done regardless of the value of bDoAll. Every item displayed by this message will have its item_changed_state set to false. Any displayed item whose checkbox_item_state is true will have its select_state set in accordance with the value of the field it is associated with.