Type property: FieldDefn class
Description
Use this property to set the type for a field. The values can be one of the following:
| Numeric Value | Constant Value |
|---|---|
|
0 |
%FieldType_Char |
|
1 |
%FieldType_LongChar |
|
2 |
%FieldType_Number |
|
3 |
%FieldType_SignedNumber |
|
4 |
%FieldType_Date |
|
5 |
%FieldType_Time |
|
6 |
%FieldType_DateTime |
The following field types are not supported:
-
Attachment
-
Image
-
Image Reference
This property is read/write.
Example
&myField.Type = %FieldType_Char;