Set the message and icon when an error is detected.
①DataErrorType
Select the notification method when an error occurs.
Item |
Description |
No notification |
Does not notify when an error occurs. |
Error icon |
Notifies the error with an icon. An icon is displayed next to the text box to notify the error. |
Message box |
Displays a message box. |
②ErrorIconPosition
Select the display position of the error icon from the right side or the left side.
This is valid only when ①the error notification method is the Error icon.
③DataErrorMode
Select the processing method when an error occurs.
Item |
Description |
Re-enter with no change |
It returns to the input state as it is. |
Re-enter with previous text |
It returns to the input state with the value before the error occurred. |
Re-enter with default text |
It changes to the default value and returns to the input state. |
Re-enter with blank |
Changes it to blank and return to the input state. |
Set text and show error message |
Ignores the error and sets the value. |
Set text with previous text |
The value is set back to the value before the error occurred. |
Set text with default |
Sets the value with the default value. |
Set blank text |
Sets the value with blank. |
④Check character by character
Checks all the character string when pasted.
Please use it when you want to check even while inputting.
⑤DataErrorTitle
Specifies the error title.
This is enabled when the error notification method is a message.
⑥DataErrorMsgLength
Specifies the message when an "Maximum number of characters" error occurs.
⑦DataErrorMsgEnterable
Specifies the message when an "Allowed characters" error occurs.
⑧DataErrorMsgProhibit
Specifies the message when an "Prohibited characters" error occurs.
⑨DataErrorMsgInvalid
Specifies the message when an input value error occurs.
⑩DataErrorMsgMin
Specifies the message when an "Minimum value" error occurs.
⑪DataErrorMsgMax
Specifies the message when an "Maximum value" error occurs.