How to open a report like '.res'

Hi,
When I try to open a oracle report 'report1.res', the system will ask me which program I want to use to open this file.
Is there anybody know how I can open this file?
Thanks,
Jun

Hi,
Report does not generate/create res files. It supports RDF/REP/REX file formats.
Thanks,
Oracle Reports Team.

Similar Messages

  • How to create a report like this.

    Userid       logintime                                                    logouttime
    367     2008-12-22 08:58:09.000          2008-12-22 10:18:02.000     
    369     2008-12-22 08:52:04.000          2008-12-22 10:18:13.000     
    371     2008-12-22 08:58:27.000          2008-12-22 10:36:24.000     
    374     2008-12-22 08:01:26.000          2008-12-22 10:17:54.000     
    375     2008-12-22 08:56:14.000          2008-12-22 10:18:16.000     
    376     2008-12-22 08:57:38.000          2008-12-22 10:17:57.000     
    463     2008-12-22 12:05:13.000          2008-12-22 13:01:39.000     
    450     2008-12-22 12:01:31.000          2008-12-22 12:14:42.000     
    from this data....i want to find how many people online each hour.
    Time      Login
    8AM         0
    9AM     5
    10AM     5
    11AM     0
    12PM     2
    01PM     0
    02PM     0
    03PM     0
    04PM     0
    05PM     0

    I don't think..both person's solution will work in this case.
    My user table data is like this.
    Userid          logintime                                  logouttime
    367              2008-12-22 08:58:09.000           2008-12-22 10:18:02.000
    369              2008-12-22 08:52:04.000           2008-12-22 10:18:13.000
    371              2008-12-22 08:58:27.000           2008-12-22 10:36:24.000
    374              2008-12-22 08:01:26.000           2008-12-22 10:17:54.000
    375              2008-12-22 08:56:14.000           2008-12-22 10:18:16.000
    376              2008-12-22 08:57:38.000           2008-12-22 10:17:57.000
    463              2008-12-22 12:05:13.000           2008-12-22 13:01:39.000
    450              2008-12-22 12:01:31.000           2008-12-22 12:14:42.000
    from this data....i want to find how many people online each hour using a report.
    Time              Login
    8AM              0
    9AM              5
    10AM            5
    11AM            0
    12PM            2
    01PM            0
    02PM            0
    03PM            0
    04PM            0
    05PM            0
    i think this is not possible using report.
    maybe i need to create a view in db from above table first and out of view should be report data...then just use report to display.
    is there a better and easy solution than above?
    nobody ever tried a report like this?.
    we need group by time function in crstal...each hour, each 30 mins, each 15 mins etc...more time features..

  • How to open a report stored in the CMS with the RDC ?

    Hello,
    With CRXIR2, reports can be stored in the CMS.
    Does anybody knows how to open such a report with the RDC (version 11.5) ?
    I really need to use the RDC because I have to save subreports on HDD
    and it is unavailable with the RAS SDK (neither Java nor .Net).
    Thank you for your help.
    Alain

    Hi Don,
    Thanks for your answer,
    Why saving subreports ?
    - orthogonality reasons... we can import them, why c'ant we do the opposite?
    - consitency reasons... we should be able to do the same as we do with the designer, (why this option is available in the Designer ?)
    Furthermore, the job is already done in Crystal, it should not be so difficult to port it to the RAS.
    - regression reasons... this is something we could do in the past (from Delphi, with the RDC), now the RDC is gone....
    Now I will tell you my personal reason:
    We have huge reports (about 30 subreports), based on huge business views.
    As a result, just loading the report (openClientDocument) takes more than one minute.
    In a production environment the custommers do not want to accept that.
    So:
    - we keep the business views at design time because it's a requirement
    - Once the report designed I try to cut the BusinessViews and replace them by SQL commands
    I suppose you know the RAS to be aware that it can't do that by far.
    I wrote a program to disconnect all the ReportObjects from the BusinessView, it's Ok
    Now I need to remove the BusinessViews from the report and all subreports.
    I can automate CrystalReports for it, but only at the report level...
    This is my particuliar reason for saving subreports.
    Am I the only one to have this request ?
    If you want, of course, I'm ready to help developing those missing things in the RAS.
    I'm serious, tell me if you are interested.
    Thank you again and best regards
    Alain

  • How to open Crystal Report from the SAP GUI ?

    Hi experts,
        We have developed some reports for our ECC 6.0 system by using Crystal Report 2008 and SAP integration kit , these reports are published to BO edge 3.1 server.  To view the report, our user have to open IE and login Infoview first.
       For convenience, we want to open Crystal report from SAPGUI directly without login BOE, How can we do it? 
    Thanks.

    Hi
    please take a look here
    Crystal Reports
    Regards,
    STratos

  • How to design crystal report like bellow..

    patient Name:-Basuraj Kumbhar
    1) Tablet   ABCD    10
                   At night 1 tablet.
                   Morning 1 tablet.
    2) Capsule  XYAZ  100
                   At night 2 tablet.
                   Morning 2 tablet.
    3) Syrup  JKLM   100ml
                   At night 2 spoon.
    here Tablet,Capsule,Syrup are type of medicine, ABCD,XYAZ,JKLM are name of medicine and 10,100,100ml are medicine quantity.
    I want to create report like this.
    How can create the like this.
    Thanks in advance....

    Hi Basuraj,
    Create report using below groups :
    First group on PatientName
    Second Group on MedicineType
    Now place MedicineName & TotalQuantity on second group header
    Place MedicineTime & TabletEatingQuantity on Detail section and suppress rest of the sections.
    Try to move your field positions to get better formatting.
    -Sastry

  • How to open Crystal report 11 using the Visual c++ 6.0 code

    I am using Visual c++ 6.0.I can't open crystal report X1 from my vc++ application. The same code which I have used for crystal report 7.0 is using for crystal report X1.But it shows "Unbale to load the report". Please help me out.
    The code snippet I have used is given below for the reference
    //m_Crystal_Image - Object of CCrystalCtrl class
    //csDBFilePath - Access Database File path
    //csReportFilePath - Crystal report 11 file path
    m_Crystal_Image.SetReportFileName(csReportFilePath);
    m_Crystal_Image.SetWindowTitle("Test Report");
    m_Crystal_Image.SetDataFiles(0,csDBFilePath);
    m_Crystal_Image.SetDiscardSavedData(true);
    m_Crystal_Image.SetDestination(0);
    m_Crystal_Image.SetWindowState(2);
    m_Crystal_Image.SetAction(1);
    Thanks for ur help in advance.....

    same as:
    How can I open the crystal report X1 report from the vc++ application?
    Locking thread
    Ludek

  • How to open Crystal report 9 with crystal report 8

    Hi All,
    I was using Crystal report 9(Seagate Crystal Report). I prepared report on crystal report 9.
    Now I am using Crystal report 8(Seagate Crystal Report).
    When I try to open my reports(that was build on version 9) it gives error: *"Failed to open document"*
    and *"Invalid report version".*
    Could any one please suggest me how I can open and use report of version 9 with version 8.
    Thanks in advance,
    Cheers

    This is the Oracle Forms-forum. Post your question in a crystal-reports-related forum.

  • How to open Crystal Reports from Business Content Ext BW

    Hi friends,
    I have activated 0CR_FIAA_M20_Q0007 Crystal Reports from Business Content Ext BW and I have configurated BW_Publisher services in BW but I do´t see reports in /CRYSTAL/RPTADMIN.
    I check RFC connection and it´s ok
    Here I can´t get a role
    and here I don´t see reports
    Do I have to create special role with especial authorization?
    How do I save this Crystal reports in a Rol?
    How do I open this Report ?
    I check Ingo Blog BusinessObjects and SAP - Publishing of Crystal Reports Part 1 of 3 
    but I think, I don´t have some configuration.
    Regards

    Hi,
    I can open report from Role thru CR 2013.
    Here SAP  2.0 folder y Rol
    Here, settings in /CRYSTAL/RPTADMIN are:

  • How to open a report without refreshing  and sending some param value

    we have a summary report which has links to the detail report.For example the summary report has data like
    Countries        EmployeeCount
    UK                5
    US                6
    China                7
    Total                18
    When we click on China it must show the Employees whose country is China (detail report) When we click on Total it shows Employee of all countries UK,US,China...
    Now when we run the summary report online say at 5:10 it shows the staus of countries at 5:10.Say the report is open while an employee of china is moved from China to Uk.But when we open the detail report it shows China count as 6 which should actually be 7 according to the summary report run time.
    A similar problem exist when we schedule the report .When we schedule the summary report and detail report at same time..And then try to open the scheduled instance of detail report from summary scheduled instance ,It only works fine if no parameter is passed to openDocument url.
    Say suppose I click China on summary report the Value China should be passed to detail report as Country.But whenever we try to open a scheduled instance of Detail Report along with a parameter using openDocument Url.It refreshes the whole data even though refresh is set to 'N'.So the scheduled data is lost..Even if we try for Drillfilters in detail Report we cannot set it at runtime using open document Url.

    Mihail - I detailed a couple of approaches here: Re: Application Link
    Scott

  • How to open Jasper report in New window (new Browser,new Tab)

    Hi,
    I'm Using oracle jdeveloper 11.1.1.4.0 fusion middleware for Jasper report. i want to open the Jasper report in new window
    In Application On click of CommandMenuItem(ExportToHTML)it opens the New Window,.While opnening this window i want to call a method (This method opens the jasper report in current browser)
    I Tried the afterPhase and beforePhase for this but doesnt work for me.while executing this using beforePhase I'm getting following Exception :
    Pls Help on this.Thanks in Advance......!!
    Java.lang.IllegalStateException: strict servlet API: cannot call getOutputStream() after getWriter()
    at weblogic.servlet.internal.ServletResponseImpl.getOutputStream(ServletResponseImpl.java:280)
    at javax.servlet.ServletResponseWrapper.getOutputStream(ServletResponseWrapper.java:112)
    at ReportsDisplayBean.exportHtmlReport(ReportsDisplayBean.java:272)Is any other way to do this ? :(
    Thanks.

    Hi,
    The view itself is a Web Part called an XSLT List View Web Part (XLV for short). This Web Part is stored on an ASPX page that is by default associated with a list or library on your site.
    I suggest you can check if the view page is valid, also, you can try to create another view, then redirect to the view page to see if there is xslt in the page.
    Here are some detailed articels for your reference:
    Create a custom list view using SharePoint Designer
    Using SharePoint Designer 2010 to Work with Web Parts
    How to: Customize the Rendering of a Field on a List View
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • How to open multiple report windows on button click without losing session?

    Hi,
    JDev : 11.1.1.2.0
    I am trying to open multiple discoverer plus report windows using my ADF application.
    My requirement is that user has to select multiple reports from the screen and by clicking on submit button all the reports should be opened in different windows.
    1) Below link provided me the the first solution but I can't go with it because my page is jsff and in jsff it doesn't support form tag.
    http://andrejusb.blogspot.com/2007/07/opening-report-window-in-adf-faces.html
    2) RichGoButton also provide targetFrame property but there is not action property in it so I can't call backing bean method with RichGoButton
    3) I have tried to open report windows using javascript window.open with ExtendedRenderKitService but on discoverer side it giving error message that Discoverer Plus cannot attach same session to multiple request.
    4) I have created one jsp page in the same folder where my jsff is kept in my ADF application and on submit button click I have launch this jsp page using afConetxt.launchDialog and in jsp scriplet I have written response.sendRedirect to report url but here all report are getting open properly to seperate windwos but my ADF application session is getting timeout so after clicking on submit button it will automatically goes to login page it cann't stay with the current page.
    Hoe you have understnad my problem and please provide me if you know any other solution aprart from above mentioned 4 solutions
    Regards,
    DevD

    sURL is query parameter value that I want to pass on jsp page. It is used to set some value on jsp page.
    If this is not a right approach then let me know how to pass the parameter in jsp page.

  • How to open a report in a new window using RWWebServiceProxi????

    Which? First and foremost a greeting to all, here again bothering.
    I have an application in JDeveloper 10g and need to open a few reports designed in Oracle Reports 10g. Get jobId with RWWebServiceProxy and that works well.
    The league's report is generated correctly,
    The only problem I have is that I need to deploy the report in a separate window to which invokes the report. This when a click commandButton.
    Does anyone know what is the trick?
    Thank you, greetings.

    Thanks for answering Frank, goLink may be linked to a method of backbean?
    That what we need is to generate jobId through a method and immediately after deployment of the report on another page.
    Already tried to goLink component but unfortunately does not have the property to execute a method Action.

  • How to open (run) report on client in excel ?

    Hello experts,
    i am using ERP having forms 10g and database 10g.
    in current scenario , when i run report , i will run in PDF format.
    when there is need to convert it in Excel then i have to use software Rep2Excel.exe software in d2k's HTML folder (form->tolls->web->html)folder on oracle server . and has to call with report with rp2rro package. report convert in excel and save in html folder
    in excel. so i have to access server to get the excel file.
    now i am plan that when i run oracle report in excel than it open in excel at clients system.
    below is the code which i used at button use to convert in excel from rdf report
    pl_id := Create_Parameter_List('tmpdata');
              Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
                   Add_Parameter(pl_id,'LOCN_CODE',TEXT_PARAMETER,:global.company_gl_locn);
                   Add_Parameter(pl_id,'comp',TEXT_PARAMETER,:global.company_name);
              Add_Parameter(pl_id,  'TO_DaTe', TEXT_PARAMETER, :block_m.todate);
        Add_Parameter(pl_id,  'FRom_DaTe', TEXT_PARAMETER, :block_m.FROMDATE);
        Add_Parameter(pl_id,  'PROD_TYPE', TEXT_PARAMETER, :block_m.FROM_STORE);
        --Add_Parameter(pl_id,  'store_code', TEXT_PARAMETER, :from_store);
              message(123);pause;
      rp2rro.setdesformat('html');
      rp2rro.setdestype('file');
      rp2rro.setdesname(:global.path_f||temp||'.html');
      rp2rro.rp2rro_Run_Product ( REPORTS, :GLOBAL.PATH||temp||'.RDF', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
    host(:global.path_f||'rep2excel -i:'||:global.path_f||temp||'.html -o:'||:global.path_f||temp||'.xls');
    :global.path_del_f:=:global.path_f||temp||'.*';
    value of
    :GLOBAL.PATH   :='E:\PROJECT\'; (server)
            :GLOBAL.PATH_f   :='f:\DevSuiteHome_1\tools\web\html\'; (server)
    temp contains the name of rdf report file.thanks
    yash

    Hello,
    _Pls follow these guide lines for ensuring proper output in Microsoft Excel:
    1.First compare the fields properties and the frames properties between the reports created with wizard and the reports created manually.
    2. Do not leave any space between two adjacent objects.
    Explanation: Because any space, including a few pixels, between two adjacent objects will result in an empty cell or column in Excel output
    3.Make sure that the widths of all objects are vertically consistent.
    Explanation: If the objects are not exactly aligned vertically, that is, have inconsistent widths, it is likely to result in insertion of unwanted cells/columns in Excel.
    4. Pls. Make sure that the vertical elasticity of the frames and repeating frames is not fixed unless you are sure you have allocated enough space to accommodate all the records.
    Explanation: If you set the Vertical Elasticity property of a frame to Fixed, the output in Excel will show only as many records as could appear on the first page of the paper output. Since Excel does not have a page concept, it is not able to overflow the remaining rows to the next page.
    5. For reliable formatting of spreadsheet output, enclose the whole layout area in a frame.
    Explanation: This action prevents the possibility of parallel objects displaying in different vertical positions, one following the other.
    Hope this helps.
    Regards,
    Alex

  • How to open Crytal report deployed in Business Objects 3.1 CMC using C# cod

    WE designed the report using Crystal report 2008 and then deployed the reports in Business Objects 3.1
    The deployment server has below details
    BO:   BO 3.1 no fix packs
    OS:   AIX 5.3
    WebSphere: 6.1.0.25
    Now we have an Intraday website devveloped with ASP.net 3.5 hosted on a Windows 2003 server. the backend is SQL server 2005. I need  sample C# code  that can be used to open the crystal report deployment in Business Object 3.1 UNIX server as mentioned above.
    Any assistance is highly appreciated.
    P:S I didn't find any documentation/sample in this website.
    Regards,
    Ashok

    The developer library documentation can be found at:
    http://www.sdn.sap.com/irj/boc/sdklibrary
    Look for "Business Objects Enterprise .NET SDK - Developer Guide and API references" links.
    There are tutorials and code snippets in developer guide.
    The samples can be found at:
    http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/706de3ab-8186-2b10-15aa-e4c5e73283f1 [original link is broken]

  • How to design report like below

    I Want to make report like this
    * I have Query Q1 (vendor_id, vendor_site_id, invoice_id, ....)
    * base on criteria on Q1 for example : vendor_site_code = vendor merchandise
    I want the output on Q2 (select field A, B,C) ==> I already design on Q_M
    base on invoice_Id (Q1)
    * base on criteria on Q1 for example : vendor_site_code = vendor non merchandise
    I want the output on Q3 (select field D,E,F) different from Q2 => Q_NONM
    base on invoice_id (Q1)
    The problem is while showing the lines I cannot filtering, always show the first on repeating frame
    I design on Report Editor Layout like this for detail / lines
    Fix Frame M1
    Repeating R1 source(Q2) => using format trigger
    Repeating R2 source(Q3) => using format trigger
    but it didn't work, always show R1, R2 cannot show
    How do I make report like that??

    if I use 
    SELECT FORMAT(getdate(),'dd-MMM-yyyy hh:mm:00')
    I'm getting the following error
    'FORMAT' is not a recognized built-in function name.
    Thats because your version is below 2012
    then use the other suggestion which is
    SELECT REPLACE(CONVERT(varchar(12),datefield,106),' ','-') + ' ' + CONVERT(varchar(5),datefield,108) + ':00'
    FROM Table
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • When Trying to Install Labview 8.6.1 on Windows 7 Get Error Code -12

    When Trying to Install Labview Deveopment Suite 8.6.1 on Windows 7 Get " *** Error: Windows SDK Function Returned an Error (Error Code -12)" I assume a compatability issue will Labview installer and Windows 7.  Is there a work arround?

  • How to install oracle 9i on linux mandrake 8???????????

    Hi, This is my configuration : Linux Mandrake 8.0 & Oracle 9i. My problem occurs when i run "./runInstaller". Nothing happens, no error. I have 3 directories Disk1, Disk2 & Disk3 in /TEMP/ (just my example). I created " groupadd dba " ... and a user

  • Offline and online synchronization

    Hello All , Any one has experience with offline online synchronization with live cycle or blazeds and adobe air ? I appreciate your response

  • ActiveX Filtering in Internet Explorer

    If you have completed the steps in our Enabling Flash Player in Internet Explorer 9 FAQ and continue to have problems seeing Flash content, please see the following video and instructions to learn how to disable ActiveX Filtering. Please click here f

  • Nomad Zen Xtra - 60G - Major Issues

    I bought the Zen Xtra for my husband for his b-day last April (2004). Over the summer the Zen Xtra worked well and transfer of 307 tracks of songs was successful. Then, in the fall we decided to try setting up playlists through the Creative MediaSour