Tab Order in Detail Command Window
Tab Order in Detail Command Window
I have 5 input controls in the Detail Command Window, I set the Tab stop from 1 to 5, as I keep pressing the Tab key, it will keep counting up but will not loop back to the first one. Is there any property to set to make it loop back to the first one?
Re: Tab Order in Detail Command Window
The tab is probably moving out of that panel to the next control.
You could do a keypress event on the field that is tabposition(5) and if tab is pressed set focus back to the 1st field.\
Art
You could do a keypress event on the field that is tabposition(5) and if tab is pressed set focus back to the 1st field.\
Art
Art Tostaine