Hi,
I would like to know is there any way to change the order of the tab pages inside tab control in a form for a specific company. The example is as follows,
Tab pages : A, B, C, D
For CEU company should display : A, B, C, D
For DAT company should display : B, D, C, A
I knew it is possible through setting at user personalization, but i want globally for all users for specific company. I need this changing tabpage order through code.