Applies to

Database associated controls.

Description

Returns the type of datasource the control is bound to (i.e., Notes Form, DataSet)

Usage

datasourcetype = Get_Property (controlname, "DATASOURCETYPE")

Returns

Returned values passed in Get_Property.

ValueDescription
"" (null)For Native Tables.
DATASETFor DataSet.
NOTESFORMFor Notes Form.
NOTESVIEWFor Notes View.

See also

TABLE propertyCOLUMN property

  • No labels