View Full Version : Input Mask Error Messages


marystewart78
09-19-2005, 04:42 AM
Hi All,

I've put an input mask into a table and would like to personalise the error message to give the user more information about how they should be entering the data correctly. I don't know where to start with this - can someone point me in the right direction??

Many Thanks,

Mary

ghudson
09-19-2005, 05:07 AM
You can't. What exactly are you trying to force the user to do? Input masks are a pain for a user to use. I prefer to use the keypress event or the afterupdate event to check or correct the data the user keys into a text box. Search around for those events and see if it will give you the results you want.