B4J Question Tab order in Table

JuliamnHeim

Member
Licensed User
Longtime User
Hi all. I have made a table containing textfields , buttons and some cells have non-editable values. When I enter my cursor in the first editable field and tab I get strange behaviour. If the next component is a textfield then the focus will change to it. If the next component is a button the focus will change to it but then when I tab off the button the tab will leave the table regardless of what component is next in the row. This also happens to combo boxes.
How do I get the tab to consistantly move from one editable/selectable/clickable component to the next in the same line and then when I come to the end of the line goto the first editable/selectable/clickable in the next row.

Help greatly appreciated

Kind regards
Julian
 
Top