Page 1 of 1

Tab Order in Detail Command Window

Posted: Wed Sep 26, 2018 5:07 am
by eddie9394
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

Posted: Thu Sep 27, 2018 12:16 am
by atostaine
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