Hi,
I got a text box named txt_CurrentOutlay which updates a currency field in a
database table. Now I need to do a validation for this field. I would like to
force user to submit a currency(numeric) field. If they do not supply numeric
field and try to jump to next txt field, it should give a alert message
stating "Only numbers are allowed in this field and then forcing 0 to this
field.
I am curious to know which event this validation takes place. Any article,
sample or link to a web site is higly appreciated. Thanks in advance.