G
Guest
I am very new to programming, and am trying to figure out a way to do two
things. First: I have required all of the fields in a table to be filled in
- they cannot be null. In my form, when a user tries to skip entering a
field, I want the error message to say something like "This field cannot be
null, please enter correct info or the default value." I think the error
code is 3314, but I'm not sure where to put this error handler, or how to
envoke it for multiple fields. Second: When this error occurs I want the
form to recognize which field was left blank, and after the user hits an OK
button, I want to focus to be on that field that needs to be filled in. Any
suggestions?
things. First: I have required all of the fields in a table to be filled in
- they cannot be null. In my form, when a user tries to skip entering a
field, I want the error message to say something like "This field cannot be
null, please enter correct info or the default value." I think the error
code is 3314, but I'm not sure where to put this error handler, or how to
envoke it for multiple fields. Second: When this error occurs I want the
form to recognize which field was left blank, and after the user hits an OK
button, I want to focus to be on that field that needs to be filled in. Any
suggestions?