The datatype of the column or computed field.
Column and Computed Field controls
Describe argument:
"controlname.ColType"
Parameter |
Description |
---|---|
controlname |
The column for which you want the datatype. Possible datatypes are:
|
The value of ColType is derived from the data or expression you specify for the control. The value is displayed in the Column Specifications view.
Date column types If you define a DataWindow with a column of type Date and deploy it with a DBMS that uses the DateTime datatype, set the StaticBind database parameter to 0 or No. This forces the DataWindow server to get a result set description before retrieving data and adjust the bind information if necessary.
For more information, see the StaticBind DBParm parameter in the online Help.
[Visual Basic] ls_coltype = dw1.Describe("emp_id.ColType")