Skip to main content

Notifications

Announcements

No record found.

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 811

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.

  • dark_knight Profile Picture
    811 on at
    RE: incorrect tabpage is set as active when the form is opened

    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?

  • dark_knight Profile Picture
    811 on at
    RE: incorrect tabpage is set as active when the form is opened

    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!

  • Verified answer
    greengrimms Profile Picture
    1,400 on at
    RE: incorrect tabpage is set as active when the form is opened

    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();

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

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

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 565

#2
Martin Dráb Profile Picture

Martin Dráb 536 Most Valuable Professional

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 402 Super User 2025 Season 1

Product updates

Dynamics 365 release plans