Entry_Clear_All - Cm_Entry
Clears all data entry windows that are not marked as retainall
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| bClearedFiles | Boolean | If true, only items for files which have been cleared in the current DDO operation will be affected |
Syntax
Procedure Entry_Clear_All Boolean bClearedFiles
Call Example
Send Entry_Clear_All bClearedFiles
Description
The entry_clear_all message will clear all data entry windows that are not marked as retainall. When the item is cleared, the value is set to blanks and the changed_state is set to false. If the item is retained, its value will remain unchanged, and its item_changed_state is set to true. This is done to ensure that the data will be moved into the record buffer on subsequent entry_update messages.