Skip to content

Export_Item_State - dbList_

Determines if updates from lists to invoking objects are relational or non-relational

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Export_Item_State
Access Type Syntax
Read Access: Get Export_Item_State to IntegerVariable
Write Access: Set Export_Item_State to IntegerVariable/Value

Description

When Auto_Export_State is false, the export style will be determined by Export_Item_State property. If Export_Item_State is false, updates are relational; if true, they are non-relational.

If Auto_Export_State is false and Export_Item_State is True (updated are non-relational), you can set Export_Column to the number of any other column to export the value in that column instead.

Default is false.