Execute procedure when click on tab

(2 posts) (2 voices)

Tags:

No tags yet.

  1. JimTer, Member

    My stored procedure takes a lot of time to produce the data.
    He calculates a lot data for 11 tabs.

    How can i arrange he starts calculating the corresponding data only when i click on a tab.

    So, that he calculates the result of tab 5 (e.g.) only when i click on it?

  2. myDBR Team, Key Master

    You can set the tab to populate on click. if you have a big report with 11 tabs, you might want to consider making some/each tab a separate report and have them executed when user selects the tab.

    You have two options to do this:

    select 'dbr.tab', 'Tabname', URL;

    or in the newest build:

    select 'dbr.tab', 'Tabname', 'sp_DBR_myreport', 'param1', 'param2';

    --
    myDBR Team


Reply

You must log in to post.