Type property: Field class
Description
This property returns the type of field. The values can be one of the following strings:
-
CHAR
-
DATE
-
DATETIME
-
IMAGE (for static images)
-
IMAGEREFERENCE
-
LONGCHAR
-
NUMBER
-
SIGNEDNUMBER
-
TIME
Note:
Fields of type Attachment have a type of IMAGE.
This property is read-only.
Example
If &CHARACTER.Type = "NUMBER" Then
/* perform processing */
Else
/* error processing */
End-If;