FieldType property: QueryPrompt class
Description
This property returns or sets the field type of the field used with the prompt.
This property returns the type of the field. You can specify either a constant or a numeric value. The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
0 |
%FieldType_Char |
Character |
|
1 |
%FieldType_LongChar |
Long Character |
|
2 |
%FieldType_Number |
Number |
|
3 |
%FieldType_SignedNumber |
Signed number |
|
4 |
%FieldType_Date |
Date |
|
5 |
%FieldType_Time |
Time |
|
6 |
%FieldType_DateTime |
DateTime |
|
7 |
%FieldType_Image |
Image |
This property is read/write.