Request_Entry_Update - BaseData_Set

Sends entry_update to all DEOs of the data set and DEOs of servers of the data set as required to store changes to record buffers

Type: Procedure

Parameters: Integer iFile Integer eUpdate

ParameterDescription
iFileThe file number
eUpdate

ConstantMeaning
0 Only update changed values (not used)
1 Update all values (used for finds)
3 Update for a DDO save


Syntax
Procedure Request_Entry_Update Integer iFile Integer eUpdate

Call: Send Request_Entry_Update iFile eUpdate


Description

Request_entry_update sends entry_update to all DEOs of the data set and DEOs of servers of the data set as required to store changes to record buffers. This is sent by request_save and item_find.