oharel
Kilo Sage

Hi Anna,


Or you can focus instead on the tab where the fields are. If the fields are in the first tab from the left, use in your UI action:


g_tabs2Sections.setActive(0);


If they are on the second tab, use


g_tabs2Sections.setActive(1);



etc.


harel