I eont run report as html file

hi i wont to see my result from report as html file
i do it when i use driverx and it's work
but i wont when i call the report from the form i wont it generate html file and run direct in IE
i found this code and i use it
DECLARE
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
rep_status varchar2(20);
BEGIN
repid := find_report_object('REPORT8');
v_rep := RUN_REPORT_OBJECT(repid);
rep_status := report_object_status(v_rep);
if rep_status = 'FINISHED' then
message('Report Completed');
copy_report_object_output(v_rep,'d:\htmlreport\plzwork.html');
-- host('netscape d:\temp\local.pdf');
host('Internet Explorer d:\htmlreport\plzwork.html');
else
message('Error when running report.');
end if;
END;
but when i do run or this code it's give me problem
the value in the 'v_rep' came empty always i dont know whay
and i try evry things to solve it bu i can't if any body know the solution
or another way to do it without ues report server becousni didnt have int in my machain
and also i wont way to send parameter to the report
please it's very impoertant
send me the soluotion in this email
[email protected]

hello,
reports objects in forms allow you to pass parameters in form of a parameter-list to your report (see SET_REPORT_OBJECT_PROPERTY). also i would use web.show_document to display something in a web-browser.
if you want to show the output in a web-browser, you might want to use only web.show_document and sumbit the job to the reports-server with DESTYPE=cache and DESFORMAT=HTML or DESFORMAT=HTMLCSS ... this will run the report to HTML or HTMLCSS and bring the result back in a browser window.
regards,
philipp

Similar Messages

  • Help needed  while exporting crystal reports to HTML file format using java

    Help needed  while exporting crystal reports to HTML file format using java api(not using crystalviewer).i want to download the
    html file of the report
    thanks

    the ReportExportFormat class does not have HTML format, it has got to be XML. Export to HTML is available from CR Designer only.
    Edited by: Aasavari Bhave on Jan 24, 2012 11:37 AM

  • Running reports on Flat file schemas when OBIEE server is on Unix

    Hello
    we would like to know how Unix OBIEE work with flat file. Currently, in our environment our Development and Production OBIEE are running on Unix AIX machine while our local OBIEE environment is on Windows.
    As our devolepment and configuration goes, we have encounter situations where the flat file schema that were working well on Windows OBIEE server will not run on Unix. The flat files are located on a windows file directory and could be successfully imported into OBIEE throu Admin Tool.
    However, when updating rowcounts or running reports on answers in Unix OBIEE it would return errors:
    State: HY000. Code: 472983136. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16023] The ODBC function has returned an error. The database may not be available, or the network may be down. (HY000)
    The same activity is working fine on our local machine when OBIEE is on windows..
    We would like to get some help on how to work with flat files when OBIEE is runing on Unix..

    is this the same question as [this one|http://forums.oracle.com/forums/message.jspa?messageID=4018049#4018049] ?

  • Web browser for running locally saved html file with Marquee Text

    I have a html file contain Marquee text.
    I want to display that html file in oracle forms(10g).
    I already use simple html browser but it does not support marquee text.
    I already tried to convert the html file into Gif file but Marquee text not appear in gif file.
    Is there any browser which support the locally saved html file with marquee text and also it can be embedded in oracle form.
    Or is there any way for display that html file within the oracle forms.
    Remember I don't want to display that file in separate window.I want to display that html file within the form.
    Regards

    Actually that is what I was doing last night and got a bad flash and bricked my router..so its on its way back to Linksys...

  • Running Apache with html files on a mounted NAS device

    Hi.  I am hoping someone could help me out.  I have been pulling my hair out for the past 2 days.
    I am running Arch v0.8.  I have very few packages installed -- I started with base install and added Apache, MySql, PHP, Samba and a few others.
    Configuration:
    - I have apache running as user=apache, group=apache.  I changed this from nobody:nobody in httpd.conf.
    - I have a Buffalo TerraStation on my lan.  It is called edge_nas.  It has a share called "linux".
    - I successfully mounted the Buffalo share using the following entry in fstab:
    //edge_nas/linux /mnt/edge_nas smbfs username=apache,password=theapachepassword,gid=apache 0 0
    - I created a soft link in /home which points /home/httpd to /mnt/edge_nas/home/httpd.
    - I want my web files on the Buffalo NAS device because it is raid 5. 
    Problem:
    - Root is able to read and write anywhere on /mnt/edge_nas.
    - Apache can read /mnt/edge_nas.
    - Apache can write in its home directory on /mnt/edge_nas/home/apache.
    - Apache cannot write in any other directory (especially /mnt/edge_nas/home/httpd/html).
    Question:
    - How do I grant apache read/write access to the html root?
    Any ideas?  Please be gentle.
    Thank you for your help.
    Edge

    cactus wrote:umm. still not clear on what you did...
    Please layout a clear step by step of what you did. That might make it easier to help you.
    Ok. From the top...
    On the Buffalo NAS (edge_nas):
    - I logged into the Buffalo web-based admin screen.
    - I created a new share called linux.
    - I created a new user called apache.
    - I granted read/write access to apache on the linux share.
    On Arch Linux:
    - I logged in locally as root.
    - I created a new user apache, in group apache.
    - I created a new directory called /mnt/edge_nas.
    - I mounted the Buffalo share using the following entry in fstab:
    //edge_nas/linux /mnt/edge_nas smbfs username=apache,password=theapachepassword,gid=apache 0 0
    - I changed apache to run as apache:apache.  I changed this from nobody:nobody in httpd.conf.
    - In /home/httpd, I created a softlink for /home/httpd/html, pointing it to /mnt/edge_nas/home/httpd/html.
    - I chmod 777 /mnt/edge_nas/home/httpd/html.
    - I restarted apache.
    - I created a summy index.html in that directory to ensure apache can see the mount.
    To test it out:
    - I logged into arch locally as my apache user.
    - I cd'ed to /home/httpd/html.
    - I tried to create a new text file with vi.
    - I cannot open the text file for write.
    I hope that helps.  Please excuse any misuse of terminology.
    Thanks.
    Edge

  • Problem while printing HTML file

    Hi All,
    I want to print a report in HTML file. The file is successfully created when there is simple query in group, but when I add some formula column, the report generate an error while generating report in HTML format.
    Thx,
    Sameen Jan

    Hi Eins Antony,
    According to your description that you have an report which you have created the subscription to send to email, but in the email the report shrink to the left, right?
    The layout issue can be caused by the new version of the Outlook, Outlook 2007 and later version have very limited support for HTML and CSS that is built into Word to display HTML email messages . Basically Outlook 2007  and later version uses MS Word
    HTML Rendering Engine (Which Makes Web Archive Report Looked Jacked Up) to display an e-mail and will ignores extra space, when MSHTML from Internet Explorer processes the table cell, MSHTML from Internet Explorer displays as much space as possible.
    Note Earlier versions of Microsoft Office Outlook use MSHTML from Internet Explorer to display e-mail, so in the Outlook 2003 you will not have this issue.
    Details information for your reference:
    http://support.microsoft.com/kb/935399
    http://www.sitepoint.com/microsoft-breaks-html-email-rendering-in-outlook/
    Similar thread for your reference:
    https://social.msdn.microsoft.com/Forums/en-US/97e8c12e-f64d-427f-a712-c53e68121f28/column-widths-in-email-sent-as-mthml-web-archive-format
    If you still have any question, please feel free to ask
    Regards
    Vicky Liu

  • Output Reports in HTML

    Hey guys. Im trying to output a report a HTML file. I know this is possible because i've read a good bit over white papers talking about the functionality, but I haven't been able to find a source that details the step by step instructions on how to create a report which exports out to a HTML file. Is there such thing?
    Im thinking its a few simple settings on the reports builder, but i can't find them. Can someone point me to the correct documentation or show me how to do it? Thanks.
    Mo

    Hi,
    Set destype=file and desformat=html
    Regards
    Arif

  • Simple Browser which support locally saved html file having Marquee text

    I want simple java browser in which I can run locally saved html file having marquee text in it.
    My requirement is to show html file in Oracle forms.For that i need JAR Files of that browser which support html file(locally saved & support marque text).
    Because i use several browser which support locally html file but not support marque text.These browser display static html file not marque text in it.
    Can anybody help me.
    Regards

    1. There is no reliable way of guessing the encoding of a file without that information. Thats why XML for example has very strict rules wrt. it's encoding (short form: use UTF-8 or UTF-16, if you use anything else, you'll have to specify it)
    2. you might be able to make an educated guess if the possible range of encodings is limited, but it will probably never be 100% certain
    3. The HTML file might have a header entry "<meta http-equiv..." that tells you about it's encoding. You could try to read the start of the file and see if you find that, then if you found it re-read the entire file.
    regards

  • Flash Player Security error when publishing HTML files

    I am new to the Captivate world and am just in love with the
    features - but I have been having a very difficult time publishing
    my "movies". I have 8 files that are all called upon in one movie
    (like a table of contents). I have abandon the though of publishing
    each as an EXE file - and have decided to go the HTML route.
    However when I try to run the published HTML file I get an Adobe
    Flash Player Security error - saying "Adobe Flash Player has
    stopped a potentially unsafe operation." It then says that the
    local SWF file is trying to communicate with the Internet-enabled
    HTM file.
    Can someone please tell me what this means? We are using
    Captivate for distance learning as well as internal - so I can't
    know for sure what the end-users will be using when the files are
    used.
    Any assistance would be greatly appreciated.

    Welcome to our community, Rachel
    Where are you running your movie from? If you are planning on
    running them from a server, there should be no need to worry about
    your end user seeing those messages. However, if you are planning
    on each user copying them to their own hard drive or if you are
    running from a CD-ROM, you may need to perform some trickery to
    make them work without issue.
    The message is occurring because there are links in some of
    the files that point to internet resources and the Flash player is
    seeing that as a potential security risk. So it is blocking the
    action until you pat it on the head and assure it the world will
    not, in fact, end if it shows you the content.
    If you wish to banish the screen on your PC, take a look at
    the tutorial linked below.
    Click
    here to view a tutorial
    I'll hold off on the other bit until I'm certain what we are
    dealing with.
    Cheers... Rick

  • Error when running reports: "File Server needs to be re-initialized"

    Hi.
    This error "File Server needs to be re-initialized" appears when our users try to run reports on 11.5.10. EBS.
    There is also a message box that appears and reads:
    "A error occurred while attempting to establish a conection to Application File Server. There may be a network configuration problem, or the TNS listener may not be running."
    This is a problem in our test environment. We recently ran autoconfig on the test side.
    I have checked Metalink and also wider google search.
    Perhaps we have an issue with the tnsnames files? Well, I verified this and the tnsnames in production and test, and they are the same.
    Perhaps a listener.ora file issue?
    "The issue is caused by the variables APPLFSTT and APPLFSWD is not being set properly in the <8.0.6_ORACLE_HOME> listener.ora file. " (Note 263654.1)
    I am trying to verify the meaning of the following (in listener):
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = /oracli2/oracle/testora/8.0.6 )
    ,APPLFSTT=
    TEST_BALANCE;TEST;PROD_806_BALANCE;TEST_FO;TEST_806_BALANCE;PROD_FO,APPLFSWD=/or
    acli2/oracle/testappl/admin;/oracli2/oracle/testcomn/temp;/oracli2/oracle/testco
    mn/html/oam/nonUix/launchMode/restricted' )
    In the APPLFSTT entry, should there be any mention of "PROD" ? Shouldnt this all be changed to TEST?
    Also, comparing this to the PROD listener, the order of APPLFSTT is different:
    TEST: APPLFSTT=
    TEST_BALANCE;TEST;PROD_806_BALANCE;TEST_FO;TEST_806_BALANCE
    PROD:APPLFSTT=
    PROD_806_BALANCE;PROD;PROD_BALANCE;PROD_FO,
    I have made a copy of our listener in TEst, so I can edit the existing one. Trouble is, not sure if I even should try to edit it!
    Any suggestions, much appreciated.
    Oracle 9.2.0. AIX 5.2.
    Notes covered in Metalink:
    274177.1
    303971.1
    304568.1
    263654.1

    Yes thanks for that. Metalink has informed me to do the same, basically.
    But I am in the middle of a cloning, so I will finish that then run autoconfig once again.
    I already ran Autoconfig on both source and target, so will do again once this process is over.
    Cheers.
    DA

  • Open an HTML file from a SAP Report

    Hi all!
    I would like to open an HTML file, that`s in a local directory of my PC, from a SAP Report.
    It is an alv list, where I have added a pushbotton. And I would like to code the utility of open a local html file, when someone push it.
    Anybody knows if it is possible?
    Thx

    Here is some sample code.
    report zrich_0002.
    call method cl_gui_frontend_services=>execute
      EXPORTING
        DOCUMENT               = 'C:test.html'
    *    APPLICATION            =
    *    PARAMETER              =
    *    DEFAULT_DIRECTORY      =
    *    MAXIMIZED              =
    *    MINIMIZED              =
    *    SYNCHRONOUS            =
    *  EXCEPTIONS
    *    CNTL_ERROR             = 1
    *    ERROR_NO_GUI           = 2
    *    BAD_PARAMETER          = 3
    *    FILE_NOT_FOUND         = 4
    *    PATH_NOT_FOUND         = 5
    *    FILE_EXTENSION_UNKNOWN = 6
    *    ERROR_EXECUTE_FAILED   = 7
    *    others                 = 8
    if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Please remember to award points accordingly and mark this post as solved when you problem is solved.  Thanks.
    Also, Welcome to SDN!!
    Regards,
    Rich Heilman

  • Print html file with barcode from abap report

    hi
    i am printing html file from abap program using gui_execute.
    i am using netscape.exe , its printing first time and when reprint its not working
    basically html file contains gif file which has fedex barcode.
    could you please let me know how to print html file from report

    DGU wrote:
    where to check RAW or TEXT? the print report vi only asks for file name and printer name.
    When I print from notepad, everything just goes by default. This is a label printer, so I never need to specify printing parameter such as size, orientation, etc in the past
    Famous last words go something like this: "...never had to do that before."  Maybe you have to do that now.  It's worth at least comparing the defaults settings for bothe generic drivers.  It could save you a lot of headache if you notice something different.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • How to run an applet(in a html file) in the server?

    I am using the jpedal Viewer inmy code, I embedded the applet code
    in a html file , it is running fine, but when I try to run the same Viewer applet in the Server it is throwing an error
    "java.lang.NoClassDefFoundError: org/jpedal/objects/acroforms/DefaultAcroRenderer
         at org.jpedal.PdfDecoder.startup(Unknown Source)
         at org.jpedal.PdfDecoder.<init>(Unknown Source)
         at pdfViewer.PdfApplet.init(PdfApplet.java:199)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)"
    What is the problem ?
    Please suggest solution for it?
    Its urgent

    I am trying to run the Applet in Tomcat server,
    Could you post the code where you invoke the Applet? It sounds like you're saying you're trying to run the Applet as part of your server-side code. The other interpretation is that you are simply accessing the Applet through the browser that happens to be on the machine being used as the server.
    Like I say, post the code that shows how you're trying to use the Applet "on the server".

  • How to make Excel 2010 save a HTML report as a file without a folder created

    We have a HTML report generated by Oracle Report with headers as below:
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    In Excel 2010, after pressing the "save" button (not "save as"), it will by default save the report as web page format instead of xls, a folder "xxx.files" containing some css, xml and html files are created
    in it. If user deletes the folder carelessly, the excel report cannot be viewed at all.
    In Excel 2003, we can save it directly in its original format simply by pressing the "save" button, without creating a folder. May I know if there are any options in office 2010, macro or registries settings that can make
    Excel 2010 to do the same as Excel 2003 when pressing the "save" button? Thanks!

    Hi,
    According to your description, you want a workaround to avoid creating a new folder when saving a html file in Excel 2010.
    In my opinion, this issue is more related to the feature of HTML format or Excel 2010 application rather and I don't think we could resort to a macro or registry settings to avoid that. I suggest you posting it in
    Excel IT pro forum for more effective responses.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Safari 5.0.6 plug-in html file corrupted (now Safari doesn't run)

    Not sure how well I can explain this, as I'm definitely a novice!  Basically, Safari won't run or access certain websites b/c I'm guessing the html file for installed plug-ins is corrupt (Safari won't open the file file:///Applications/Safari.app/Contents/Resources/English.lproj/Plug-ins.html. While trying to open this file, I continuously see the spinning "wheel").  Also, interestingly, I can't open the website listing Safari's extensions gallery for the security options.  Safari will, however, let me access other sites (e.g., Apple Support).
    This all started to happen the DAY after the following:  In the interest of better securing my machine and/or having Safari run less slowly, I'd installed and enabled several RECOMMENDED Safari extensions (e.g., Web of Trust, Dr. WebLink Checker, and Ad Blocker).  I'd also enabled ClicktoFlash and changed several preferences (to accept cookies only from sites I visit; unclicking "Enable Java"). Everything was working BEAUTIFULLY (must faster and, when visiting a site containing videos or banners, I could click FLASH to run Flash for videos/banners requiring it).  Then, just this a.m., I first discovered I couldn't SEE ClicktoFlash and then discovered I couldn't open the plug-ins html file. I couldn't get into Canvas (a learning delivery system) that I desperately need.  I've tried uninstalling the new Safari security extensions mentioned above, clearing Safari's cache and its history, restarting my machine, restarting Safari, and even resetting Safari.  I've also repaired my disc permissions and restarted the machine, restarting Safari, etc. Nothing works to restore the plug-ins html file.
    My husband -- who is very proficient with MACs --  can't figure this out.  He did just install HIS version of Safari (same one for same OS) on my machine and disabled MY version of Safari.  Still having the exact same problem re the plug-ins html file.
    HUGE SIGH and thanks tremendously for recommending a fix!! I'd really rather use Safari than other browsers.
    Tamarajf

    Andy:  BTW, do you have any ideas about WHY the plug-in html file will no longer load in Safari?  As noted in my original query, this is what I'd done about one day before the plug-in file wouldn't load:  " I'd installed and enabled several RECOMMENDED Safari extensions (e.g., Web of Trust, Dr. WebLink Checker, and Ad Blocker).  I'd also enabled ClicktoFlash and changed several preferences (to accept cookies only from sites I visit; unclicking "Enable Java")."  Thanks for any hints you can share! Tamara

Maybe you are looking for

  • How to restrict number of column exposed by xsoData service at runtime

    Hi All, I have created one xsoData service over calculation view (imported one BW cube). I want to expose few characteristics of cube and a key figure. I want to decide this key figure at run time,means if i have say three key figures say quantity, c

  • Is there anyone out there who pre-ordered on the 3rd and still has not received their iPhone???

    I pre-ordered on the third and received an email on the fourth saying my phone had shipped.  I checked FedEx with the tracking # Verizon provided and I still get the same status that I got on the 4th.  It says the order has been "initiated".  The nex

  • How to convert batch application to server app?

    I have an application that performs some processing task in batch mode: data in, processing, data out. The application can be accessed through a well-documented API but is not thread-safe -- one cannot run the processing function in two threads concu

  • Urgent help with Material classification

    Thsi is regarding data into BW for Material classification. I am tryign to create the extractors as suggested in BW expert & in the forums posted by others. I did create 1CL_0MAT001 .but i did nto understand where to add the charerceristics & further

  • About inter-relation b/w MM,PP,FICO and SD module

    Hi to all Plz describe me interrelation b/w MM-PP-SD and Fico module . If possible send me work-flow of these modules which is required to know for an ABAPER. Also tell me how a n ABAPER interact with a functional consultant . Thanks & Regards Anubha