Is there a way to setfocus where tabindex=1?
I have an add button control and when I click that instead of having to code the specific field with "thisform.cid1.setfocus" and then if I change tab order having to go back in and change the control from cid1 to eid1, I would rather have a generic call that said to setfocus on whichever field is set to tab order 1.
Thanks for any input.
I have an add button control and when I click that instead of having to code the specific field with "thisform.cid1.setfocus" and then if I change tab order having to go back in and change the control from cid1 to eid1, I would rather have a generic call that said to setfocus on whichever field is set to tab order 1.
Thanks for any input.