Forum Discussion

eddypi123's avatar
eddypi123
Copper Contributor
Dec 05, 2024
Solved

How to restore selected ribbon tab after report with a custom ribbon is closed?

We have a database which has two ribbons. A Switchboard ribbon with multiple tabs and a hidden PrintPreview ribbon used through report “Ribbon Name” property. The PrintPreview ribbon has startFromS...
  • arnel_gp's avatar
    Dec 05, 2024

    after you the report is closed and after showing the Switchboard ribbon, you Activate which tab the closing report belongs, eg:

     

        gobjRibbon.ActivateTab "tab2"

Resources