Click to See Complete Forum and Search --> : TAB TO PREVIOUS


DLARLICK
April 25th, 2001, 03:17 PM
I am trying to accommodate a request that users would like to utilize a (shift + tab) combination to move to the previous control or field on the form.

Does anyone have any examples on how to handle this.

The only thing I can come up with is holding a variable through out the scope of the form. Each object will need a keypress event to see if the shift key is followed by the tab key.... Let me know if there is something easier.

TH1
April 26th, 2001, 06:55 AM
If you set the tabindex of your controls up properly then this will work by default

DLARLICK
April 26th, 2001, 07:50 AM
Thanks I found the Shift + Tab does this. I was trying Ctrl + Tab