You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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