Trap Inoput Mask Error

mbentley

Registered User.
Local time
Today, 04:38
Joined
Feb 1, 2002
Messages
138
Anyone know how to trap (and of course supress) the default message when the input mask is violated. It doesn't trigger the form's Error event.

Thanks
 
I wouldn't use an input mask but validate the input in the Before Update event of the control and then let the user know if it is wrong, and why, and let them try again...

hth,
Jack
 
That's what I'm doing now. Just would have been easier to use the built-in functionality and control the error messages.
 
If input masks were a bit better I would agree with you completely. I just find them difficult and not very 'user friendly' so I use the same system that you are using now... A bit more work for you, but a better product for the user, in my opinion...

Jack
 

Users who are viewing this thread

Back
Top Bottom