Auto_Export_State - dbList_
Determines if the invoking item should be updated relationally or non-relationally
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Auto_Export_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Auto_Export_State to IntegerVariable |
| Write Access: | Set Auto_Export_State to IntegerVariable/Value |
Description
When this property is true, Auto_export_state will determine if the invoking item should be updated relationally or non-relationally. If the main file of this object is the same as that of the invoking item, the update will be relational. The invoking item's server (DDO) will be notified of the new record and the update will be controlled by the server.
If the main file of this object is not the same as the invoking item's main file, the export will be non-relational. The selected item will be returned directly to the invoking item.
It is best to leave this property true, allowing this object to choose automatically.
When this property is false, the export style will be determined by the export_item_state property. If export_item_state is false, updates are relational; if true, they are non-relational.
Default is true.