Hello everyone-
I have a textbox on my form that is set to have a format of "general number". So it will not allow the user to type in any text into that field. However, if they copy and paste text into the field, it still lets them. Once you tab into different field, and there is text in there, if gives this error:
The value you entered isn't valid for this field.
For example, you may have entered text in a numerica field or a number that is larger than the FieldSize setting permits.
This is working exactly as planned, however, I'd like to be able to display my own custom error message for this error. Does anyone know how to catch this error? And where I would put that code?
Let me know if you need more details.
Thanks!
-Mark
I have a textbox on my form that is set to have a format of "general number". So it will not allow the user to type in any text into that field. However, if they copy and paste text into the field, it still lets them. Once you tab into different field, and there is text in there, if gives this error:
The value you entered isn't valid for this field.
For example, you may have entered text in a numerica field or a number that is larger than the FieldSize setting permits.
This is working exactly as planned, however, I'd like to be able to display my own custom error message for this error. Does anyone know how to catch this error? And where I would put that code?
Let me know if you need more details.
Thanks!
-Mark