Refresh report in an iframe

  I&#39;ve got a main report using WE to create an iframe(called 'adetail&#39;) and displays a detail rpt within the iframe. The main rpt has  a WE to re-run the detail rpt while maintaining the main rpt on the screen. The formula ends with: <p><strong>WEOpenInTargetLink("Refresh Detail", "adetail", path, "")</strong></p><p>The problem: When the main rpt has more than one page, the iframe displays on the last page. This is the expected behavior. However, if you&#39;re viewing page 1 of the main and click on 'Refresh Detail&#39;, a new session of IE is opened and the detail rpt runs. I understand that this is because the iframe is not visible on the current page and the CRViewer assumes Window=New. </p><p>Is there a workaround for this so that the detail rpt will rerun within the iframe no matter where the iframe is?</p><p>Thanks</p>

<p>as per the User Guide you must ensure that</p><p>a) you repeat all controls on each page or</p><p>b) all controls remain on the same page</p><p>in your case you may wish to keep the iframe and your controls in the same section so that they are both pushed to the last page.</p>

Similar Messages

  • Report crashes while formatting refreshed Report in Crystal Enterprise

    Hi,
    I have created a report on Crystal Enterprise 4 based on IDT universe.
    Thereafter I had refreshed report data for viewing layout to get an idea of further formatting improvements.
    While doing subtle changes report gets crashed frequently returning the following error:
    Grid row too large to fit in the page. - [JRC00002186]
    Any idea why this error occurs frequenly and how this can be handled ?
    Regards,
    Ray

    What kind of objects are there on the Report Header?
    Could you try suppressing it to make sure it's one of the objects on this section that's causing the issue?
    -Abhilash

  • WIS 10901 error while refreshing report in rich client

    I'm facing a strange issue while refreshing a report from Rich client. Here are details
    Environment: BO XI 3.1 SP3, Oracle application DB. Weu2019ve 2 BO servers (S1 and S2) on cluster and load balancer (common URL) in front.
    While login to S1 with 6400 port, I can refresh report in rich client.
    While login to S2 on 6400 port or using common url, during refresh gives below error u2013
    u201CA database error occurred. Database error text is: (CS) u201CDBDriver failed to load: C:\Program Files\.....\dbd_oci.dllu201D (The specified procedure canu2019t be found) (WIS 10901)u201D
    Iu2019ve installed oracle8i client on my system. Any idea what causing this issue?

    Yes. Oracle 10g client installed on both application server. I've teste the universe connection from server, it's working fine.
    Any idea what could be probable causes of "DBDriver failed to load: C:\Program Files\.....\dbd_oci.dllu201D error?
    One observation, the path of dbd_oci.dll is the BO installation directory of my local machine (on server BO is not installed on C drive). Why it's referring dbd_oci.dll from local client even in 3 tier mode?

  • How to use url to open report and refresh report's data,but the report's toolbar haven't "refresh data" button

    Post Author: madbird
    CA Forum: WebIntelligence Reporting
    HI,
    scenario is
    I hope use url to open the report,and refresh the report data,but I didn't the user use the "refresh data" button to refresh the report's data.How to do that?
    regards

    Post Author: madbird
    CA Forum: WebIntelligence Reporting
    Thank you for your attention, amr_foci .
    I created a Web Intelligence report,there will be more than 30 companies use.The company only allowed to see the Company Data. I want to use the url of the way, from my company in the development of the system to open report, and refresh reported Table data.but do not want users to use the toolbar of "data refresh" button to refresh the data .
    Now the question of identity authentication system, as well as statements by url open the question of Has been resolved, but it can not shield statements through the pages of "data refresh" button.
    In addition, I now used by the business object XI system is posted on the JAVA environment.
    Regards,

  • How to get refreshed report

    Dear Friends,
    I have attached my report in my .aspx file.
    I am passing the condition through myCrystalReportViewer.SelectionFormula
    It was showing all record's reports those are tested in CR2008.
    But as soon as we have entered a new record through our web form, it is not displaying the report.
    I have added "myCrystalReportViewer.RefreshReport()".
    Then also it is not displaying the report for the new record entered, where as the previous records are running fine.
    Can any one please tell what code should I add or steps in CR2008 to get this report after entering any record.
    Thanks and regards
    Edited by: Md. Mushtaque on Sep 1, 2008 5:03 PM

    Dear The Panda,
    As per your reply I have followed all steps.
    Unchecked "Save Data with Report" in Sub Report
    Checked the Links between Sub Report and Main Report
    Now on calling the report from my web form only a blank page with TextObject's text is coming.
    I Could not understand that why this is happening or what is the concept behind linking a report from Web forms.
    How to get refreshed report?
    Well thanks for your reply, but now God knows how to solve this problem.
    Thanks again

  • Refresh report in siebel analtics 7.8.4

    Hi how can we auto refresh reports in the dashboard of siebel analtics?

    You can set the caching to specific interval in repository tables. You can set the webcache to purge after specified time and even can have a report ingore web cache. Also look into event polling tables.

  • Programatically displaying part of a report in an iframe

    Hello,
    I've followed the thread at:
    http://www.forumtopics.com/busobj/viewtopic.php?t=61862&postdays=0&postorder=asc&highlight=reportpart&start=0
    to add a graph from a report to an iframe. It works, but I had to manually open my .wid file to get the SID/BID and then hard coded it in my ASP.NET page. Since I'm getting the data from CrystalDecisions.Enterprise.InfoStore.InfoObject is there any way to get the SID/BID from somewhere in the object?
    The only other alternative I can think of is to programmatically open the .wid file and get the SID/BID from inside there. I was pretty sure that when I was looking around at the CrystalDecisions.Enterprise.InfoStore.InfoObject object earlier that I saw the path to the .wid file stored somewhere in there, but I don't see it now. Can anyone tell me where I can programatically get the path to the .wid file?
    Thanks,
    Eric

    Hello,
    I've been able to open the .wid file in an xml format via the BusinessObjects.ReportEngine.IReport.GetXMLView.  It shows me the values for the RID and the BID, but I don't see the actual name of the graph, which I can plainly see if I open the .wid file in the filestore.
    I was going to try to do the GetView method instead, to see what I could see in the other formats.  It appears to support Csv, Html, Xml, Pdf, Xls, etc.  I can't get it to work, however.  I get "Evaluation of expression or statement timed out."
    Dim boIReport As IReport = boIDocumentInstance.Reports(0)                          'Declare the variable
    boIReport.GetXmlView(XmlFilterType.GraphAsBinary)                                           'works fine.
    boIReport.GetView(BusinessObjects.ReportEngine.OutputFormatType.Xml)   'gives me the timeout.
    -Eric
    Edited by: ewgoforth on Aug 31, 2010 10:46 PM

  • LUMIRA Server Auto refresh reports

    Hi,
    In Lumira Server 1.17. Is it possible to auto-refresh reports without refreshing the web page? Only when I refresh the page, then the data gets updated.
    Thanks.

    Hi Cherry,
    I believe the only option to schedule a refresh of a Lumira data set is when it is based on a .UNX universe. The BI 4.1 platform will enable this functionality from within the CMC. Here you can schedule a refresh and the data will be updated on the HANA platform.
    Please let me know if you have any additional questions!
    With kind regards,
    Martijn van Foeken | Intenzz

  • Supporting with refreshed report

    Hello,
    when I created a report with Crysatl reports, only I can refresh the data. How can get another one, who has no Crystal Reports on the system, a refreshed report? For instance as pdf or as Excel spreadsheet. Does I need a Report Application Server and when yes. What is a report application Server?
    Thanks,
    Marion

    Hi,
    If you have Business objects enterprise, then you can save the report to enterprise and there you can schedule the report.
    Using Enterprise URL any one can access the report and can view/schedule the report.
    check the below documents for your reference.
    Official Product Tutorials – SAP BusinessObjects BI Launch Pad 4.x
    http://reports.is.ed.ac.uk/areas/itservices/busintel/TrainingMaterials/newUser/Lesson7-Step2.html
    http://www.businessobjects.com/pdf/products/platform/info_boxi_scheduling_publishing.pdf
    --Praveen G

  • Refresh Report BOEXI R1 Error

    HI,
    My client is using BOEXI R1 on Win 2003 server with Business Views.
    There are 14 Parameters some Static and some Dynamic. AlL LOV's are controlled withing BV.
    I'm trying to refresh reports for the parameters LOV's and then set the CMC Defaults.
    I get the following error.
    Failed to read data from report file C:\WINDOWS\TEMP\tmpreport\~ci40905f9f8b258a0.rpt. Reason: Failed to open print engine for C:\WINDOWS\TEMP\tmpreport\~ci4c3c5f9f8b2a1e0.rpt. Ensure that CRPE32 is installed on this computer.
    /RHI/Maintenance/UpdateReportParameters.asp, line 209
    This is ASP code lines
    Set reportInterface = reportObject.PluginInterface("")
                   reportInterface.ReportRefreshOptions.AddOption(2) 'ceRefreshPromptValues
                   reportInterface.ReportRefreshOptions.AddOption(6) 'ceRefreshDefaultLogon
                   reportInterface.ReportRefreshOptions.AddOption(1) 'ceRefreshDescription)  
                   reportInterface.ReportRefreshOptions.AddOption(3) 'ceRefreshPromptOptions
                   reportInterface.EnableRepository = True 
                       reportInterface.RefreshProperties()
    The BO has been installed on the E: drive and not the C: drive.
    Is there a way to manually change the registers so that the CRPE32.dll points to the E: drive.
    We do not want to install updates as this would invole large scale IT change control.
    Regards,
    Robrt Spencer.

    All,
    I have found a work arround for this problem.
    Clearly the cause of the problem is the installation of BOEXI on a drive other than C:
    I'm sure that BO support may know where to go to change BO settings.
    I simply removed the line of code
    ' reportInterface.RefreshProperties()
    I instructed that the users should use the Object Reprository Refresh on the Administrators Launch Pad before they use my ASP program to update the CMC Defult Parameters Current Values.
    I hope Ted or someone from BO Support can advise where in BO settings the default directory settings are keept.
    Regards,
    Rob Spencer
    Edited by: ClearView on Jan 13, 2010 3:34 PM

  • How to refresh report using Crystal Report Viewer 2008

    Hi,
    Please help me I dont now how to refresh report, te tab "refresh" is not active !!!!
    Jacek

    Hi Jacek,
    You can only refresh reports that are hosted on Business Objects servers (such as Crystal Reports Server 2008).
    http://www.businessobjects.com/product/catalog/crystalreports_viewer/
    Cheers,
    Fritz

  • Real Time Report Placed in iFrame and then Within a Web Applet

    Real-Time Reports built and executed BI tool retrieve real-time updates. However, when report URL is placed within an IFRAME and that is then placed in a Web Applet and the Web Applet is placed within a Page Layout Section, the real-time report no longer retrieves real-time updates.
    Do you have any ideas as to why?

    Hi Don,
    Thanks for the reply.  I had downloaded a set of samples from SAP and I have looked through a few of the set you supplied.  I am worried that I'm going to have some trouble because the samples have the reports loaded as part of the solution but I was looking to create a more generic viewer.  I don't want to have to reprogram for each and every report that is created.  That is why I was trying to use the generic parameter dialog.  After the Report Load Failed dialog comes up, it does bring up the parm dialog and hits SQL Server just fine.  Yes...the reports are passing Parms to Stored Procs in SQL Server.  The report has default parameter values. 
    What I am trying to do is search thru the application folder and gather the names of the reports located there and fill the combo box with the names of the reports.  Then the user should just be able to select a report and run it.  I can't save the data in the reports because they must be ran per the requester's date range and other desired parameters.
    Does this seem valid or am I going to have to program for EVERY single report and reprogram/recompile for every report added?  Not particularly what I want to hear.   I would have used the standard Crystal Report Viewer and had the users use that but it doesn't seem to allow you refresh the data from the viewer.
    Thanks for your help,
    Chris

  • Refresh report title with dynamic action

    Hi all,
    I have a report that is refreshed with an dynamic action. When the refresh is performed, first the value of two hidden variables are set (P2_ID and P2_NAME) and are submitted (using a dynamic action type 'pl/sql', with code 'null;' and page items to submit: P2_ID,P2_NAME).
    In the query of the report, i use :P2_ID in the where-clause. That's all working like a charm! The one thing that doen't work, is the title of the region: that's defined as 'Properties of &P2_NAME.', but the title isn't refreshed when the report gets refreshed.
    Is there a solution for this? I hope I'm clear enough.

    See Re: Dynamic action - Refresh
    So you are right; the native Refresh action just refreshes the report content, it does not perform &ITEM. substitutions everywhere in the region.
    What you could do is use a named SPAN as the title like <span id="my_title">&P2_NAME.</span> and add a TRUE action to your Dynamic Action to set the title using Execute Javascript code $s('my_title',$v('P2_NAME'));Hope this helps.

  • Error when refreshing report

    I received the error u201C AN ERROR HAS Occurred: NULL u201C when I leave the report open for more than 20 min. this happen when I clicking on the "NEXT " or u201CPREVIOUSu201D button(arrow) or refresh. Hope some one can help. 
    Thanks.
    Eddy

    Andy, here is how i fixed it:
    1.  Stop the Tomcat server in CCM
    2.  Go to c:\program files\business objects\tomcat\webapps\business objects\enterprise115\desktoplaunch\web-inf\web.xml file, then change these lines to look like this
    <listener>
    <listener-class>com.busnessobjects.sdk.ceutils.SessionCleanupListener</listener-class>
    </listener>
    <!--
    -->
    3. Search for timeout and change from 20 minites to your desire
    4. Save the file
    5. In CCM re-start Central Management Server, then Start the Tomcat server.
    good luck.
    Eddy.

  • Crystal Report in an iFrame redirect problem

    Hi!
    I have built a page with a only Crystal Report on it, which I display in an iFrame on another page.
    I have a hyperlink on the page that is used to redirect the iFrame by assigning the iFrame a name and setting the target of the hyperlink to the iFrame. When the user clicks the hyperlink, it will redirect the iFrame.
    This all works fine up until the point at which you generate the actual Crystal report. After the report has generated, attempting to redirect the iFrame via the hyperlink causes a new browser tab/window to open. A few tests that I have run using Javascript or codebehind circumvent this issue, but as it stands I cannot use this method.
    This issue has only just arisen with the VS2010 version of Crystal Reports. The older versions do not have this problem.
    Research I have done into the issue have been fruitless and have tinkered with the Report Viewer itself a bit to no avail.
    Is there an explanation for this issue and/or a means of getting past this?
    Any help or nudge in a new direction is very much appreciated!
    Regards,
    Frank.

    Hello Frank:
    This issue has been reported to R&D for a fix (ADAPT01554950). At this time, the fix is targeted (not guaranteed) for Service Pack 3. ETA; mid 2012.
    For a possible work-around, see the following thread:
    Crystal Reports Viewer VS2010 FRAME target issue
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Nov 28, 2011 7:48 AM

Maybe you are looking for

  • I can't install the external hard drive

    I got an ASUS hard drive for Christmas, but when I try to install it so I can burn things, it says "you can't open the application "setup.exe" because Microsoft Windows applications are not supported on OS X." Or it'll say "There is no application se

  • Problem when upgrading from Gnome 3.0 to 3.2 [SOLVED]

    Hi, I've been fighting for 2 days trying to fix this problem: after having upgraded from Gnome 3.0 to 3.2, I can't login anymore (I have this message telling me that something wrong happened and I should try again). Here is what I tried: - Removing ~

  • Re: Excise Invoice

    Hi Guru, i have posted Excise Invoice. but in that i have done some error. now i want to reverse it. In J1IEX there is a option concel. while i am using that option system says that Excise Invoice posted for this vendor. Please give the valid informa

  • Can I name or merge my events in photos

    After downlownding photos onto my Ipad2 how do I merge events and name them?  Can this only be done on IPhoto? Thanks

  • HT5312 No matter how many times I reset my password, I still can't access my account. PLEASE HELP. :(

    I had to make this new Apple ID because I can't access my old one. I forgot my password to my original Apple ID so I followed all the instructions on iforgot.apple.com After I got the email confirmation saying that my password was successfully reset,