Include tabpanel in the Tab Sequence

Is there a way to include tabpanels in the Tab Sequence.

My main form has 3 tabpanels, I want the user to tab for the first panel and it’s fields, to the next tabpanel and then the fields etc.

Thanks

Hi,

If you need to move through the fields in each tab sequentially then you could use the onFocusLost property of the last field in tab 1 to trigger a method to move you to tab 2 - and the same in tab 2 to move to tab 3

You probably have more choice of what triggers initial access to the first tab but you can use a similar technique to initiate the navigation

Cheers
Harry

Thanks for the tip, but this doensn’t work for me.

When I selected a record in a listview and I tab on the last field from a row it goes to the first field from the next row. When I tab from the last field on the last row, it goes to the first field of the first row again.