DSO_Detach_Mode - dbTabView_
Specifies the circumstances in which this object's DSOs should become not in-use upon deactivation of this view
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer DSO_Detach_Mode
| Access Type | Syntax |
|---|---|
| Read Access: | Get DSO_Detach_Mode to IntegerVariable |
| Write Access: | Set DSO_Detach_Mode to IntegerVariable/Value |
Description
The DSO_Detach_Mode property specifies the circumstances in which this object's DSOs should become not in-use upon deactivation of this view.
Detach_Always (2) (the default), causes all DSOs to become "not in-use". The DSO buffers are all cleared and, if changes exist in the view, they will be lost. The next time the view is activated the DSO structure will be reinitialized. This is the most windows-like setting. When views are closed, all changes are lost. If you wish to hide a changed view, you can minimize it.
Detach_Never (0) causes the DSOs to remain in-use. When reactivated, the view will contain and display all previous data (including any unsaved changes).
Detach_If_No_Change (1) allows the DSOs to become "not in-use" only if there are no unsaved changed.