Switching the Forms within the Tabpanel via method

Hi all,

Within one of the forms I have a Tabpanel that within it shows 5 different forms.

Is there a way to make the one I like to appear in front with using Servoy method?

Thanks for the help,

Abrahim

If I get you right, you can use

elements.tab_70.tabIndex = 3

to jump to the third tab onShow, for example.

Patrick,

That is exactly what I was looking for.

Thanks!!

Abrahim