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
Parameter | Description
|
iFile | The file number |
eUpdate | Constant | Meaning | | 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
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.