Undefined_Save_Mode - dbDataComboForm
Used by entry_update to decide what to save when a save is requested with a value in the window that is not among the prompts of this object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Undefined_Save_Mode
| Access Type | Syntax |
|---|---|
| Read Access: | Get Undefined_Save_Mode to IntegerVariable |
| Write Access: | Set Undefined_Save_Mode to IntegerVariable/Value |
Description
The Undefined_save_mode property is used by entry_update to decide what to save when a save is requested with a value in the window that is not among the prompts of this object. The default, cb_err_update_window_value uses the value, if any, actually in the window. Cb_err_update_blank_value uses the value of the undefined_value property. Cb_err_update_none leaves the record buffer unchanged (and field is not validated by this object).
Default is cb_err_update_window_value.