Hello peeps,
bit of a trivial question really...
I have a form with 2 buttons, a left scroll and a right which moves the form through dates.
i want to use the keyboard arrow buttons to "press" these buttons which all works fine so far..
My problem is that i want the focus to remain on these buttons (which ever was "pressed") but every other "press" moves the focus to the next form control and then back on the next control...
I want to avoid this...
I have tried to set the focus again to the button in question and have also tried to first set the focus to the opposite button to then be set again to the button i want but it still seems to only work alternatively.. .. any suggestions?
cheers fellas (and fellettes)
Dan
bit of a trivial question really...
I have a form with 2 buttons, a left scroll and a right which moves the form through dates.
i want to use the keyboard arrow buttons to "press" these buttons which all works fine so far..
My problem is that i want the focus to remain on these buttons (which ever was "pressed") but every other "press" moves the focus to the next form control and then back on the next control...
I want to avoid this...
I have tried to set the focus again to the button in question and have also tried to first set the focus to the opposite button to then be set again to the button i want but it still seems to only work alternatively.. .. any suggestions?
cheers fellas (and fellettes)
Dan
Comment