Database associated controls.
Returns the type of datasource the control is bound to (i.e., Notes Form, DataSet)
datasourcetype = Get_Property (controlname, "DATASOURCETYPE")
Returned values passed in Get_Property.
Value | Description |
---|---|
"" (null) | For Native Tables. |
DATASET | For DataSet. |
NOTESFORM | For Notes Form. |
NOTESVIEW | For Notes View. |