Home Search

DriveWorks Pro 21
Items (Data Table)

Send Feedback

Items

The Items property controls the items available for selection in the Data Table control.

Property Type: Dynamic

Default Value: null

Hierarchical Reference: ControlNameListData

To Change the Default Value

The default value of the property can be changed by any of the following methods:

  • Enter the required value directly into the enabled property field.
    1. Click in the property for the control to be changed.
    2. Type the required value directly into the property field.
  • Activate the rule builder.
    1. Click in the property for the control to be changed.
    2. Click the build button at the end of the property field to launch the rule builder .
    3. Enter the rule in the rule editor and click OK to apply.

Common Properties

Properties that are common between controls will be displayed in the properties list when controls are multi-selected.

Multi-selecting controls to apply the same property value is supported.

Examples

Property ValueResult
QueryDataValues("Server=MyServer;Database=Customers;","SELECT * FROM [CustomerExport] ORDER BY [CustomerName] ASC","","",TRUE)Will return all the fields from the CustomerExport table in the Customer database.
DwLookupCurrencyWill populate the Data Table with the data from the table Currency.

Value can be controlled by a rule.