EditType property: DataSourceSetting class

Description

Use this property to set or return the table edit type of the data source setting, as a number. The values are:

Numeric Value Constant Value Description

1

&utility.EDITTYPE_NOTABLEEDIT

This is the default edit type. A valid values list can be specified using the UserValues collection.

2

&utility.EDITTYPE_PROMPTTABLE

This data source parameter takes value from a prompt table. Only a SQL table or SQL view can be used as the prompt table.

3

&utility.EDITTYPE_TRANSLATETABLE

This data source parameter only takes values specific in the Range array of this data source parameter

4

&utility.EDITTYPE_YESNO

This data source parameter only takes a Yes or No value.

This property is read/write.