Export_Column - dbList_
Determines which column's value is returned to invoking object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Export_Column
| Access Type | Syntax |
|---|---|
| Read Access: | Get Export_Column to IntegerVariable |
| Write Access: | Set Export_Column to IntegerVariable/Value |
Description
When the export_item_state property is true, selection lists by default return the value in the first column of the list for the selected row to the invoking item. You can set the Export_column property to the number of any other column to export the value in that column instead. Setting this property to -1 provides for export of the value in the column specified by the initial_column property.
Compaibility Note
This is a method in a legacy class. As of revision 16.0, DataFlex includes full support for Codejock Software's COM Report Control package for creating grids. See Using Grids for more information.
For similar functionality in the current grid classes (cCJGrid and cDbCJGrid), see piUpdateColumn in the cCJGridPromptList class.