Report in Navigator

Hi,
What is the purpose of "*Report*" in object Navigator ?
thanks in advance

If you want to start an oracle-report from oracle-forms using RUN_REPORT_OBJECT, you need a report-object as parameter.

Similar Messages

  • Crystal Report Viewer navigation slow in ASP

    Hi all,
    We have a simple asp page that is rendering a report in a crystal report viewer.  We are using the using the default parameter panel for parameter selection, and are setting the db credentials in the report document, see code below. 
    Two things we are seeing.....
    First, this isn't a big report, and it seems to take about 20 seconds for the progress bar on the bottom of the Internet Explorer to complete loading
    Second, navigating the tree to other nodes is really slow.  In the code, the pageload event is firing each time.  I tried checking the Page.IsPostBack value, but that is false only for the time the default parameter panel renders, and then the code throws and exception when the actual report is trying to render. 
    Can you help?
    Thanks,
    Cindy
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Data.SqlClient;
    using CrystalDecisions.Shared;
    using CrystalDecisions.CrystalReports.Engine;
    public partial class _Default : System.Web.UI.Page
        protected void Page_Load(object sender, EventArgs e)
            if (Page.IsPostBack == false)
                ReportDocument rdReport = new ReportDocument();
                rdReport.Load(this.Server.MapPath("MyReport.rpt"));
                System.Configuration.ConnectionStringSettings connString = System.Configuration.ConfigurationManager.ConnectionStrings["MyConnectionString"];
                if (connString != null)
                    SqlConnectionStringBuilder sb = new SqlConnectionStringBuilder(connString.ConnectionString);
                    ConnectionInfo ci = new ConnectionInfo();
                    ci.ServerName = sb.DataSource;
                    ci.UserID = sb.UserID;
                    ci.Password = sb.Password;
                    ci.DatabaseName = sb.InitialCatalog;
                    ci.Type = ConnectionInfoType.CRQE;
                    if (CrystalReportViewer1.ReportSource == null)
                        rdReport.DataSourceConnections[0].SetConnection(ci.ServerName, ci.DatabaseName, ci.UserID, ci.Password);
                        CrystalReportViewer1.ReportSource = rdReport;
                    CrystalReportViewer1.ReportSource = rdReport;

    Hello Amit,
    Thank you for your quick response.
    That did help; however, in order for the code to compile, I needed to move the instantiation of the report document out of the IsPostBack loop, as well as the reportdocument.load (or I get that exception again).  As a result, I'm then prompted for the db credentials, which we cannot have happen..
    Is there another way around this?
    Thanks so much,
    Cindy

  • Bug in 1.5.1 Aktive Report Tab - Navigator fly out not working

    Hello,
    I open a report and keep it as the aktive tab. Now I minimize the report navigator. When I try to access the navigator it pops up and immediately collapses again.
    When I change the aktive tab to a worksheet the navigator works correctly.
    Client: Win XP SP2, JDK 1.6u10 and SQL-Developer 1.5.1 Build 5440
    Regards
    Marcus
    Edited by: Marwim on 18.11.2008 10:16

    I am getting the same thing, with my only difference being on JDK 1.6.0_06 - with a report as the current tab, I cannot restore the left hand pane (I have Connections, Reports, Files and Extended Search visible) as the fly out collapses again almost immediately. As with Marcus, if I change the current tab to a worksheet (or Object tab or PL/SQL Editor), then the fly out stays out and I can select restore.
    theFurryOne

  • Broadcasting reports with navigation status

    Hi all,
    We have a problem with broadcasting reports via the Portal in NW2004s. We have scheduled settings including "Navigation Status" and scheduled these reports to be sent as pdf files in an email to different users. This has worked fine until a couple of days ago, when two of our distributed reports have the same data. They are both based on the same web template, so it seems as the navigation status (bookmark) has disappeared/ is not being used. When I look at the settings, both of them are displayed as if they are using bookmarks.
    Does anybody have any idea on what could have happened? Do you know where you can see the actual link between the broadcasting setting's technical name and the bookmark's technical name?
    Thank you in advance,
    Mikael

    Hi Mikael,
    Broadcast Settings.
    http://help.sap.com/saphelp_nw04/helpdata/en/d5/d61140d72dc442e10000000a1550b0/frameset.htm
    Bookmark IDs
    http://help.sap.com/saphelp_nw04/helpdata/en/33/51fa40badbf36fe10000000a1550b0/frameset.htm
    Assign points if this helps.
    Regards,
    Anil

  • How do I make Crystal report viewer navigation icons display

    Visual Studio 8 accessing Crystal Reports Server 11 r2 using development web server.
    Report renders just fine in viewer but none of the viewer icons seem to find their image - all appear as X. 
    Debugging shows the src for icons is "this.src='/crystalreportviewers11/images/toolbar/(gif name)" such as "this.src='/crystalreportviewers11/images/toolbar/export_over.gif'".   I have such a directory\file in c:\program files\common files\business objects\3.0\crystalreportviewers11\images\toolbar\export_over.gif .
    perhaps related or a different problem: I get java script error when trying to print or export the rendered report: "Microsoft JScript runtime error: Object doesn't support this action" pointing to line: print = false;crystal_postback="<input type='hidden' name='__EVENTTARGET' value='myCrystalReportViewer'><input type='hidden' name='__EVENTARGUMENT' value='export'><input type='hidden' name='__LASTFOCUS' value=''><input type='hidden' name='__VIEWSTATE' etc.
    I see that java src is in the same neighborhood as the missing images: "JavaScript" src="/crystalreportviewers11/js/export.js" and using same hierarchy as above, I find this java file.
    Regarding missing images, how do I make viewer see these?  Where do I copy the images or how do I point the viewer to where they are?
    alan

    Out of the frying pan and into the fire...   I offer the following for other novices like myself and hope that experts will correct any misconceptions.
    My Crystal viewer control still does not display icons or print and now behaves badly when trying to display a report.  I would appreciate any advice.  Details follow.
    We have a Crystal Reports Server XI r 2.  I obtained the installation disks from tech support to install client tools on my development workstation.  These disks installed version 11.0.3300 .  After some research I have come to believe the following:
    Crystal Reports XI r1 = 11.0 = Managed 3.0
    Crystal Reports XI r2 = 11.5 = Managed 3.5
    Crystal Reports 2008 = 12 = Managed 4.0
    So I actually installed release one client tools.  The disks I received were the only installation disks we have, but I believe the server was updated to release 2 via web.  I could not find anywhere on web where I could download the release 2 client tools nor could I find any executable on server installation of release 2 to install the client tools to the development workstation.
    However, I also hold a license to the full blown BOE server at XI r2 release  I installed the client tools from these disks to my development workstation.  This installed version 11.5.3300 .  Based on other messages, I believe I need to get to 11.5.3700, but I am lost as to how to get this version.  The differences in versions may be the sole cause of my remaining problems, but I doubt it.
    To make sure I had no conflicts on development workstation, I removed all vestiges of Visual Studio and Crystal and then reinstalled VS2008, then Crystal designer, then Crystal Server client tools.  I also installed all service packs for these.  Tech Support tells me Crystal Reports Server has all service packs installed.  I noticed that the release one toolset installation created needed .dll's in both a program files\business objects\common folder and a program files\common\business objects folder, but the release two installation created only the former, not the latter - don't know if that matters.
    I had a Crystal viewer app at version 10.5 that worked fine for all reports except those that use the Server business view layer.  I am creating a new web version that can handle all Crystal reports including those using business view layer.  I am following the BOE SDK tutorial for creating a viewer.  I am binding to Crystal Viewer with an infoObject cast as report per one of the tutoral ways of binding. (I wonder if I need to use a different kind of binding though the tutoral indicates this should work.)
    When I was using release 1 tools with release 2 server, the report would render just fine but the navigation icons appeared as X's and the print/export buttons resulted in error of "Microsoft JScript runtime error: Object doesn't support this action".
    Per suggestions, I got everything in sync (to version 11.5.3300 which is only release two version I have available) - all references, viewer control, image handler.  I did have to change the image handler type to "CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandlerPage, to get a successful build because type CrystalImageHandler (no "page" suffix) is not defined in Crystal Decisions.Web version 11.5.3300,  I also had to add a reference to CrystalDecisions.Enterprise,PlugInManager for the constant CePictureState.cePictureThumbnail to be defined.  This reference was not necessary with version 1 toolset and not mentioned in tutoral.  Now I have the following symptoms:
    1.  When I bind to a very simple .rpt file stored in filing system of my workstation (displays a constant), the report will render in viewer but the navigation icons are still X's and print/export buttons still get JScript error message.
    2.  When I bind to this same simple report copied into Server folder using an infoObject cast as report (which used to render fine with release one client tools), I get the message: "The Page Server you are trying to connect to is not accessible. Please contact your system administrator."  This same report in Server folder runs fine using my Crystal Designer client.  I am able to display other attributes of the report object so I know I have a good report object.  So, my upgrade to 11.5.3300 has now additionally broken the report render.
    I would love to get to version 11.5.3700 and see what is still broken (I suspect there will still be some), but haven't a clue how to get this version of client tools.  Upgrading server to 2008 is not an option.  Downgrading Visual Studio to an earlier release is an option if VS2008 is contributing to the problem.  If I have to downgrade VS, what release is recommended?
    Any advice about any of these problems is welcome!
    alan

  • Report and navigation tree on same page, report based on navigational path.

    Dear fellow htmldb developers,
    in my application I have one page where my client need to see a report based on the selection they made in the navigational tree on the same page. The tree has this this structure:
    Products
    ---Monitor
    ----- 19"
    ------21"
    When the client clicks Monitor, 19" a report should be generated which shows all the 19" Monitors, so the sql statement for the report should be something like:
    select * from table where pgroup = link1 (monitor) and sgroup = link(2)
    How do I achieve this? Probably by using bindvariables. Can't figure out how to set it up though. Please help.
    Sincerely,
    Peter

    Create another (chart) region.

  • Master Detail Report + Tab navigation error

    Hello All,
    I built a master detail report and included a standard tab set. I built it with the wizard. When tabbing from the report page there is no problem. When tabbing from the associated master detail page you always get "web page not found" with this in the address bar-"http:///apex/wwv_flow.accept". I understand why you would not want to tab out from this type of page. Can anyone point me in the right direction to remove the tabs from view on this page. All my attempts want to remove the tabs at the application level. I am using the one level tab page template. Thanks ...

    Wayne,
    If you can put your application on apex.oracle.com and tell me how I can see this problem, that might be easiest. Just need your workspace name and application ID (plus instructions).
    Scott

  • Drill Down Report to Summary Report Page Navigation

    Hi,
    I need technical input.
    I have 1 summary report, which is having two columns i.e. Name, ID.Name having hyperlink which navigates to drill down level report.
    How to go back from drill down level report to summary report.
    Note : Using IE back button it is not full filling becz whenver user navigates the data in drill down reports
    Example : In drill down report i have 200 records where i have traverese to 175 records.Where i have clicked 6 times next level page button, In this scenario where user click on the IE back button it not takes back to summary report rather than it traverse back 150 records.
    Thanks in advances
    Regards,
    Murali

    After creating the hyperlink in your ORACLE report you have to do the following
    Here are the instructions
    1. Open Adobe Reader 8.0 (not sure if earlier versions have an internet option.)
    2. Click edit
    3. Click Preferences
    4. Click Internet
    5. Remove check mark for Display PDF in browser
    6. Click ok
    7. Close Adobe Reader
    8. Run your UI
    9. Generate a PDF report
    10. A pop-up window will appear. Check remember and then click ALLOW
    11. Enter username and password (this needs to be done only once to initialize the connection between Adobe and Oracle login app)
    Good luck
    Carroll

  • Reports using navigational attributes

    Hi All,
    I have a question, where I need  list of queries  which use  two infoobjects(0sales_off & 0sales_dist) as navigational attributes of 0CUSTOMER.
    Is there any easier way to find out this or any table will help? Please let me know..
    Thanks,
    Chandra

    Hi Vikram,
    We fetched ELTUID from RSZRANGE table.  But RSZELTPRIO table does not have entries.
    So we mapped TELTUID field (from RSZELTXREF table) to COMPUID(from RSZCOMPDIR table) .
    This Solution is working only if selections /variables are defined on navigational attribute.
    eg: q001 -> zcustomer_0sales_dist  - simply dragged to free characteristics panel
    q002 -> zcustomer_0sales_dist  - dragged to free characteristics panel and restricted by varaible zsa_sofs
    above solution is working for qoo2 but not for q001.
    Regards
    Kusuma
    Edited by: ksheersagar kusuma on Feb 24, 2010 3:12 PM

  • Bug Report: Hotzone navigation does not work at the end of a flattened article

    I was writing about this earlier but I think it did not catch on.
    I experience problems when using Hot zones in my custom viewer together with flatteened articles. when I reach the end of a flattened article, tapping the hotzone does not advance to the next article. this also happens at the first page of the flattened article when I try to get to the previous article.
    —Johannes

    In case you do not know...
    If you want to limit css to specific sites you can do, e.g.
    <pre>@-moz-document url-prefix(http://www.example.com/example_dir/)
    css for this site/directory
    }</pre>
    (There are other varieties of this construction too.
    Even easier is to use the Stylish addon.
    https://addons.mozilla.org/en-US/firefox/addon/2108/

  • Can't see Pivot view in Navigated report.

    Hello all-
    I have a main page report and a navigated report which is linked to one column of main page report.
    I used Pivot views for boh the reports.
    However, I could see Pivot results on dashboard for main report but, When I navigate to the second report, it is not being shown in Pivot view ( I need Totals which can be obtained through pivot view).
    Where do I need to check?
    Thanks

    Insted of giving navigation to a report give navigation to a page.Create a separate page for the navigated report(pivot) and hide the page.Then try it will work.

  • Navigation column link on Custom Homepage Report

    I have a working navigation column to another report when viewing the report from the shared folder. If I add the report to the homepage as a custom homepage report the navigation link on the column values no longer works.
    The value from the homepage report goes to https://secure-ausomxgea.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll%3fGo
    Any thoughts on why it works on the report itself but not when the report is added as a custom homepage report? Any work around or other type of link to try to get to another report?
    Thanks
    Edited by: Cor on Jul 7, 2009 11:34 AM

    I was able to create an html link on a new column. Now I'm trying to make the text be dynamic.
    Is it possible to have an html column with the text for an html link to be based off of a field?

  • Reporting Agent - HTML Generated not allowing Navigation

    Hi all,
    I created a WebTemplate with a single query and four DropDown Box for allowing the user navigation.
    The WebTemplates works fine in Bex Web and the user may apply the filters in the dropdowns.
    We configured this WebTemplate on Reporting Agent to be create an HTML Report with Navigation.
    The problem is that the BW is generating a lot of Static HTML´s pages with the contents Filtered according with the combination of the four dropdown fields. The First HTML page brings just one line, and there is no link to the others pages.
    Has someone already faced this problem ?
    Is it possible, using Reporting Agent, generate an HTML Page with all the Data contents and allow the Navigation (Filter in DropDown) on this page ?
    The BW Version that I´m using is the 3.5.
    Thanks and Best Regards,
    Celso

    Hi,
    Since you are on BW 3.5, I am wondering why you don't use information broadcasting?
    General information about informatio broadcasting:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm
    For trouble shooting:
    Troubleshoot Information Broadcasting within SAP NetWeaver '04 (BW 3.5)

  • How to change the width and height of the visible part of the of the report

    I have define a report with paper size 'Letter', orientation 'landscape' and 30 columns. Dynamically I am changing width of columns and suppressing many columns of the report.
    Mostly using first 16-20 columns and others get suppressed.
    Now problem is that when navigating the report thru crystal viewer, a huge blank spaces getting display on right of the report. When we take jump to some part of report thru navigation tree, the whole report gets shifted to left and only blank part is visible and it is required to scroll left.
    Even printing is not working correctly.
    Is there any way to change the width and height of the visible part of the report in the viewer thru .net classes? Setting the width and height of the report in Load event handler doesn't help.  
    Example: CrystalReportViewer1.Width = 200; - is not helping.
    Is there any other solution?
    Please let me know.
    Thanks
    Mahesh Patel

    Hi Yogesh,
    Your suggestion 'reportDocument.PrintOptions.PaperSize=PaperSize.PaperLedger;' along with 'PaperOrientation' setting as follow works fine. I tried to switch between Landscape and Portrait depending on report width.
    reportDocument.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
    But problem with crystal viewer remain as it is.
    While navigating report thru crystal viewer, when we take jump to some part of report thru navigation tree, the whole report gets shifted to left and it is required to scroll left.
    Thanks for your very good suggestion.
    Mahesh Patel

  • Crystal report 9 Viewer issue

    Post Author: rikleo2001
    CA Forum: Crystal Reports
    First I need to know.1. My Crystal Report 9 Developer edition purchased seperately. Developed an .rpt and Includes in .NET 2003 as Web Service. Will this be consider as (Crystal report 9 ) or (Crystal Report .NET) ? 2. Which Patch/service pack I will apply on Web Server? CR9 or CR.NET?3. If I apply patch/Service Pack for CR9 it says "failed to create backup - 110" this means I won't be able to restore back to old Service pack?4. Service packs and Hotfix meant to be installed on Web Servers where actually web site is hosted? or do I need to install them on my Development machine too?Here is one more question
    I am using Crytal report 9 developer edition within VS 2003.At run time my reports displays fine with Navigation tool on top, this report is using 2 different subreports.Here are my question.1. on Main report when I click on GO TO Next page button, it take me to  page 2, then I want to go to third page, but it won't let me, it refresh Page 2 again, so in nutshell I can't go above page 2. Then I putting Custom page,and it worked fine. How can I use Navigation button to walk through between pages?2. UP button is disabled, how do I enable it? for example if I go to any of sub report, I have to select Backspace to go back to main report, and sometime it takes me to some differant location on main page. Using UP navigation will help to resolve this issue?
    I checked another report with more than 3 pages without any sub report, and navigation next button works fine and walk me through multiple page.{cur_Fieldresult.Rdate}>= #2007/09/12# and {cur_Fieldresult.RDate}<= #2007/09/12#
    I then applied time filter including date and time, and there it is dieing.{cur_Fieldresult.Rtime}>= #2007/Sep/12 06:13:55# and {cur_Fieldresult.Rtime}<= #2007/Sep/12 08:13:55# I am getting perfect data based on time filter, but why can't I navigate through? Any help guys??
    Thanks in advance

    what you can do is is select the export to xls
    select options
    and uncheck the export page header page footer.
    then it wont export the header at all
    if you can figure out a way to conditionally supress an addtional report header you can place what you want to export in there and it only displays when it is exported.
    not sure how its can be done.

Maybe you are looking for

  • MAJOR Zen Vision: M 30GB PROBLE

    First, when trying to recover my computer after some problems, the software no longer worked with my ZEN. I didn't want to install another Service Pack and potentially lose everything else I had, so I just started using Windows Media Player to add mu

  • Why can't I upgraded to lion from snow leopard

    why can't I upgraded to lion from snow leopard

  • Changing the Fluid Grids Once they have been set up

    Hi - I have set up a fluid grid site for a client which has a 10, 20 and 24 grid layout for the three versions. http://www.discoslough.co.uk There is a nav bar to the left in each version and the rest of the columns are split evenly. There's the nav

  • BW integration with MS Power Point

    Hi Experts, Can you please tell me how to integrate BW with Power Point? Thanks, Ashok

  • Download Reports of a Dashboard Page

    Hi, I have a requirement to download all the reports published in a page in to excel in a single download button. I know to download report by report by giving report links for each report. Can you guys help me to download all the reports published i