dbr.tab and linked reports

(8 posts) (2 voices)
  1. Is there anything special that needs to be done to have a linked report appear from an ajax loaded page using dbr.tab. When I access this page with its url the dbr.report link appears just fine. When I load the page into a tab using select 'dbr.tab, "PageName", 'URL' the link does not appear.

    I am

    myDBR 2.8
    php 5.3
    apache 2.2
    MSSQL 2008 r2

    Thanks

  2. myDBR Team, Key Master

    Hi,
    This is most likely a documentation issue. Instead of '&embed=1' use '&embedi=1'. The embed parameter is meant for external applications embedding myDBR output and it does not include the links, 'embedi' keeps the links intact.

    --
    myDBR Team

  3. What if I'm trying to use a botton?

  4. select 'dbr.report', 'sp_DBR_Stuff Menu'
    select 'dbr.button', 'Show Stuff'
    select 'Show Detailed Stuff' AS menu

  5. myDBR Team, Key Master

    Ajax tabs and buttons should work just fine.

    --
    myDBR Team

  6. I'm not having the experience that is communicated SHOULD happen. :-)

  7. myDBR Team, Key Master

    OK,
    couple of questions:

    - What is the behavior you see?
    - Do you see the button if you run the Ajax included report directly?
    - How does your tab code look like?

    --
    myDBR Team

  8. I got it working....from your previous note I was thinking that the &embedi=1 was to be associated with the 'dbr.report' codes not the 'dbr.tab'. Once I realized the mistake and implemented it worked fine. Thanks for your help!


Reply

You must log in to post.