Field_Error_Message - DataDictionary
Returns the error message for a table column
Type: Property
Access: Read-Only
Data Type: String
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iField | Integer | Number of the column in the table |
Syntax
Property String Field_Error_Message
| Access Type | Syntax |
|---|---|
| Read Access: | Get Field_Error_Message to StringVariable |
Description
Field_Error_Message retrieves the error message for a table column.
| Col 1 | Col 2 |
|---|---|
| Note: | The constants @PARAM1 and @PARAM2 can be used in the text of the message. These constants will be replaced with either the value from the simple validation (Field_Value_Check) or the range values (Field_Value_Range). @PARAM1 and @PARAM2 must be in UPPERCASE. |