Refresh Option - Functionality

(2 posts) (2 voices)
  1. Dev, Member

    Hi,

    I have a question regarding how mydbr.refresh functions when the reports are not in active state. Is there any way to stop refreshing the report when it is not active in any tab? Also is there a way to refresh the report when tab comes to active?

    Thank you

  2. myDBR Team, Key Master

    You could do:

    select 'dbr.javascript', "
    window.onfocus = function () {
    window.location.reload();
    }; window.onblur = function () {
    gMyDBR.refreshCounter.stop();
    };";

    --
    myDBR Team


Reply

You must log in to post.