The property validatorFunctionMsgKey (formerly
the validatorMsgKey property) identifies a message
that is displayed if the function specified in the property validatorFunction indicates
an error.
In relation to text forms, these statements apply:
- The message is displayed in this case--
- The validatorFunction property indicates use
of sysLib.verifyChkDigitMod10 or sysLib.verifyChkDigitMod11; and
- The specified function indicates that the user's input is in error.
- The message table (the table that contains the
message) is identified in the program property msgTablePrefix.
For details on the table name, see DataTable part in EGL source format.
- The value of validatorFunctionMsgKey is a string
or literal that matches an entry of the first column in the message table.
- If a numeric key is used with a message table that expects a character
key, the number is converted to a character string. If a string literal is
used with a message table that expects a numeric key, the value in the string
must be a signed or unsigned integer.