Hi,
I can now swich the display / non-display of tab according to the conditions,by referring to
But this time, unintended tab is focus on.
How do I focus on particular tab on item form populated?
Please,help me.
Hi,
I can now swich the display / non-display of tab according to the conditions,by referring to
But this time, unintended tab is focus on.
How do I focus on particular tab on item form populated?
Please,help me.
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'));
I solved this problem.
Thank you so much!!
Hey !! how did you solve this issue ? facing same issue .when i m selecting values on form after selecting tabs gets changed.
Hey !! how did you solve this issue ? facing same issue .when i m selecting values on form after selecting tabs gets changed.
Copyright © 2024 Aras. All rights reserved.