Field_Error_Message - DataDictionary

Returns the error message for a table column

Type: Property

Access: Read-Only

Data Type: String

Parameters: Integer iField

ParameterDescription
iFieldNumber of the column in the table


Syntax
 Property String Field_Error_Message

Read Access: Get Field_Error_Message iField to StringVariable


Description

Field_Error_Message retrieves the error message for a table column.

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.