Configuring the Refresh Button

To manually refresh a POV item when a filter is set, configure Refresh button on the frame.

*  To add and configure Refresh button (Refresh):

  1. In Interactive Reporting Studio, open a dashboard that contains POV embedded browsers.

  2. Select the frame on which to add the button, and press Ctrl+D to enter Design mode.

  3. From the catalog pane, expand Graphics, and drag a picture object onto the frame.

  4. Navigate to refresh.bmp in the POV component directory.

  5. Position the button on the dashboard toolbar.

  6. Double-click the button.

    Properties is displayed.

  7. Enter picRefresh^Hysl_pov as the object name.

  8. Click OK.

  9. Select POV Refresh button, right-click, and select Scripts.

    Scripts Editor is displayed.

  10. In Scripts Editor, perform an action:

    • Enter this line of code

      ActiveDocument.Sections[txlMe.Text].Qiq_onControlClick(this.Parent,this)
    • Copy and paste the line of code from another button on the toolbar to avoid data entry errors

  11. Click OK.

  12. Press Ctrl+D to exit Design mode.

  13. Set filters on the frame, and click POV Refresh button.

    The POV embedded browsers refresh to reflect the set filters.