Set default TabControl page

couberpucouberpu Member Posts: 317
Hi All,

Is there a way to set default tabcontrol page?

I add a new tabcontrol, say pricing, of customer card and would like to set this new page as default for one user group and General page for others.

Thanks,
Couber

Answers

  • kinekine Member Posts: 12,562
    No, but you can try to activate some control on the tab in OnOpen form trigger for the specified user.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • garakgarak Member Posts: 3,263
    You need following:
    OnOpenForm()
    CurrForm.YourField.ACTIVATE
    

    If you also need to hide the tabs, this is not possible, but read this viewtopic.php?t=27447

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.