Retain_No_Change_State - dbForm_

Determines if the item_changed_state of items have true or false values

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean Retain_No_Change_State

Read Access: Get Retain_No_Change_State to BooleanVariable
Write Access: Set Retain_No_Change_State to BooleanVariable/Value


Description

The default for the Retain_no_change_state property true keeps the item_changed_state of items receiving default values false until and unless they are explicitly changed. If your program needs the item_changed_state of such items to be true, you can provide such behavior by setting this property false.

Default is true.