thirteentwenty
Well-known member
Hello again everyone , I'm working on providing error control for a few forms and have realized that depending on the method that is used to go to the next control it sometimes works and sometimes does not. Say for me, I've been using the tab key and the error control works as expected, but if I use the mouse things change, the events that I have setup up for Leave, don't always work.
Is there a "sure fire" way of getting the Leave and Enter events to work with both the mouse and the Tab?
I did some searching around here and found this post about using the _validated/_validating events.
Edit: Unlike the poster of the above link, I'm not concerned with the order of things, I just need to be sure that the fields are all filled in and that the enter/leave events have happened.
Would this be what I need to do to ensure that the events have happened?
Please advise...
And as always your guidance and assistance is greatly appreciated.
Is there a "sure fire" way of getting the Leave and Enter events to work with both the mouse and the Tab?
I did some searching around here and found this post about using the _validated/_validating events.
Edit: Unlike the poster of the above link, I'm not concerned with the order of things, I just need to be sure that the fields are all filled in and that the enter/leave events have happened.
Would this be what I need to do to ensure that the events have happened?
Please advise...
And as always your guidance and assistance is greatly appreciated.