D
Dennis
I have a form that looks like this:
Actn Model Description
[ ] [ ] [ ]
[ ] [ ] [ ]
[ ] [ ] [ ]
[ ] [ ] [ ]
[ ] [ ] [ ]
<* SUBMIT *> <* Close Form *>
(ACTN is: A)dd, C)hange or D)elete)
The OnExit event for Model and/or description sets focus to the next Action
column down. If I click SUBMIT with the cursor in the Model or Description
fields, the OnExit event does exactly what it should (as described above).
However, if I click the buttons, I DO NOT want to go to the next field. I
want to perform the OnClick event for the button(s) instead.
How can I make that happen?
Thanks!!
Actn Model Description
[ ] [ ] [ ]
[ ] [ ] [ ]
[ ] [ ] [ ]
[ ] [ ] [ ]
[ ] [ ] [ ]
<* SUBMIT *> <* Close Form *>
(ACTN is: A)dd, C)hange or D)elete)
The OnExit event for Model and/or description sets focus to the next Action
column down. If I click SUBMIT with the cursor in the Model or Description
fields, the OnExit event does exactly what it should (as described above).
However, if I click the buttons, I DO NOT want to go to the next field. I
want to perform the OnClick event for the button(s) instead.
How can I make that happen?
Thanks!!