Skip to content

Entry_Update - dbFloatingPanel_

Moves data from all DEOs whose Data_File is passed and with Changed_State of True, to the global record buffer of the passed table

Type: Procedure

Parameters

Parameter Type Description
file# Integer
flag Integer

Syntax

Procedure Entry_Update Integer file# Integer flag

Call Example

Send Entry_Update file# flag

Description

The Entry_Update message moves data from all Entry_Items of a data entry object (DEO) whose Data_File is equal to iFile and whose Item_Changed_State/Changed_State is True, to the global record buffer of iFile. If iFile is 0, data is moved from all items regardless of their Data_File, and if bDoAll is true, all data is moved regardless of the items' Item_Changed_State. This message is used by the dfBaseEntry package.

Send Entry_Update of dbForm1 Customer.File_Number False

The data-entry system uses the Entry_Update message just prior to the Entry_Find. The update is performed by moving the values of all of the table columns for the specified table to the record buffer. This is done by setting the value of the bDoAll parameter to True.