Tab Order in Detail Command Window

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
eddie9394
Posts: 23
Joined: Tue Aug 14, 2018 11:03 pm

Tab Order in Detail Command Window

Post 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?
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: Tab Order in Detail Command Window

Post 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
Art Tostaine
Post Reply