web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

incorrect tabpage is set as active when the form is opened

(0) ShareShare
ReportReport
Posted on by 1,271

Hello,

I have a form with two tabpages and even though I have tab property on the tab set to 1 second tabpage is constantly set as active when the form is opened.

pastedimage1627750481186v1.png

I tried set this property by default to -1 but it doesn't help. Did anybody encounter such issue before. Any help will be appreciated.

Thank you.

I have the same question (0)
  • Verified answer
    greengrimms Profile Picture
    1,400 on at

    Hi Azat,

    Have you tried calling the activatePage() method for the first tab page on the run method / postRun event handler of the form?

    TabPageGrid.activatePage();

  • dark_knight Profile Picture
    1,271 on at

    Hi Danilo,

    Worked like a charm for me:) Added this in run before super() as you advised above

     public void run()
        {
            TabPageGrid.activatePage();
            super();       
        }

    Many thanks!

  • dark_knight Profile Picture
    1,271 on at

    THe only problem left that when I click on the create button in the default action pane it redirects me to the 2nd tabpage still thinking it's the main tabpage. Maybe I need to create a custom actionpane and switch off the default action pane created by the D365FO. What do you think? IN that case how to switch off the default actionpane?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 426 Super User 2026 Season 1

#2
Subra Profile Picture

Subra 371

#3
Martin Dráb Profile Picture

Martin Dráb 279 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans