Forum Discussion

iGacky's avatar
iGacky
Ideator I
6 years ago

How to focus on particular tab on item form populated?

Hi,

I can now swich  the display / non-display of tab according to the conditions,by referring to  

Disable a Relationship Tab.

But this time, unintended tab is focus on.

How do I focus on particular tab on item form populated?

Please,help me.

3 Replies

  • You can change the selected tab like this:

    let tabbar = window.parent.parent.relationshipsControl.relTabbar;
    tabbar.selectTab(tabbar.GetTabId('The display name of your tab'));

    • iGacky's avatar
      iGacky
      Ideator I

      I solved this problem.

      Thank you so much!!

      • pragati's avatar
        pragati
        Ideator I

        Hey !! how did you solve this issue ? facing same issue .when i m selecting values on form after selecting tabs gets changed.