Input Mask Error Messages

marystewart78

Registered User.
Local time
Today, 10:10
Joined
Aug 16, 2005
Messages
30
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
 
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.
 

Users who are viewing this thread

Back
Top Bottom