DATATYPEVALIDATIONMESSAGEOVERRIDE keyword
Applies To
Form components
edt_ variable values
Property: Data type
Description
Specifies a dynamic validation message which overrides the default Mongoose data type validation message.
Syntax
DATATYPEVALIDATIONMESSAGEOVERRIDE(message)
Part | Description |
message | Expression that evaluates to a string specifying a dynamic data type validation message. |
Remarks
By default, Windows client uses a standard data type validation message. The DATATYPEVALIDATIONMESSAGEOVERRIDE keyword allows you to override these defaults with values you specify.
Example
This example is an edt_ variable value:
DATATYPEVALIDATIONMESSAGEOVERRIDE(mInvalidNumericValue)