Run Form9i

I have seen 9ids and forms run in web.
means it is web based.
Is there way that it can run as previous forms 5 and forms 6 run as application
through .fmx

Hi,
you still run Fiorms through the compiled fmx file. Its just that the runtime engine now is Web based and no longer available on client/server.
Frank

Similar Messages

  • Unable to run form9i on windowsXP

    Is there problem with 9i form and XP because i can not run it and i don't become any error mesage

    The version Jinit is 1.3.1.9
    forms 9iDS 9.0.2.7.0 and
    windows XP professional.
    I run the form from form builder.
    The Browser is MS Internet Explorer 6.0.2600.0000.xpclnt_qfe.010827-1803is.
    I don't know what you meen with turn on the java console.
    Please tell me what more do you need to help me
    Thanks in advance
    Boris

  • Can not run form9i in window-based!

    Hi everyone
    I have a question.
    I used Oracle9i Form Builder. I want to run a form which I have designed, but It run in web-based. I don'n know how to run that form in window-based as in Form Builder6i.
    Many thanks for any replies.
    Chung
    [email protected]

    Hanh, as a three tier application it ALWAYS runs inside the borwser (or you can make it run outside using the separateFrame = TRUE setting on the forms cfg file.)
    However, it is still running as an applet.
    You should be able to get this running "outo fo the box" with iDS>
    Start OC4J (from the Start bar) and then press the green light in the builder....
    Regards
    Grant Ronald
    Forms Product Management

  • How to change/set the browser title from web forms (XP platform with SP2)

    I am running Form9i, I have set the browser windows title from Web Forms dynamically by using following method. However, when my PC has changed to XP, the function seems not work. Does anybody have same problem and how to solve it? Any suggestions would be appreciated.
    Add the Javascript code to your baseHTML file. For example,
    if you are using the basejini.htm:
    <HEAD><TITLE>%pageTitle%</TITLE>
    <script language="javascript1.2" type="text/javascript1.2">
    function Change(a) {    document.title=a;    } </script>
    </HEAD>
    In web Forms , call the javascript function with WEB.SHOW_DOCUMENT built.
    For Example the following code set the browser title with username . web.show_document('javascript:Change('||'"'|| get_application_property(USERNAME)||'"'||')','_self');
    Best Regards,
    Bowie

    Dear Frank,
    Thanks for your reply. Can you tell me in detail which built-in function in Webutil can set value in browser title ?
    Btw, is it possible for me to set parameter "separateFrame=True" in formsweb.cfg and set the form window title by using SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,v_msg_string)?
    Best Regards,
    Bowie

  • Internal error 500

    Dear Friends,
    When I am Running form9i through oracle 9ias then this error 500 comes(internal server error comes) . from which file i can rectified this problem.
    with regards
    Siddharth([email protected])

    When you run run-saw.sh it tells you the log file to look at. Here are where my log files are:
    [oracle@bwise-pc log]$ pwd
    /app/oracle/product/10.1.3.2/OracleBIData/web/log
    [oracle@bwise-pc log]$ ls
    javahost javahost.out.log sawlog0.log sawserver.out.log
    Take a look at the sawserver.out.log

  • Form9i Run Time Error

    Sir
    I am running From9i, i can able to connect to database9i and before running the form i am starting OC4J Instance.
    Form9i started running and http screen opens, and immidiatly i find error called
    FRM 90928: Positional Parameter after key on Command Line
    This is the error i am getting while running the form9i.
    Please help me in this regard.
    waiting for your quick response
    than you
    waseem

    Waseem,
    Knowing about FMX's and what the FORMS90_PATH is are pretty basic things you need to know about for Forms. A tutorial is beyond the scope of these forums. I recommend you read the documentation and collateral in the Forms are on OTN: http://otn.oracle.com/products/forms/index.html.
    In addition, Oracle also have training eductation classes which you can attend.
    Regards,
    Robin Zimmermann.

  • Run Report9i from Form9i

    hi
    can any body help me to run report from form9i and I don't have applicaion server installed, i have just database10g and forms9i and its reports
    when I install report server by this code
    c:> rwserver -install repserver90 autostart=yes
    it asks me DO U WNAT TO INSTALL REPORT SERVER [reserver90] . when I press YES it returns error UNABLE TO INSTALL REPORT SERVER
    please help me

    Thank for reply, there is no error code, just giving this UNABLE TO INSTALL REPORT SERVER message, my report is runing through oracle form9i

  • Once form9i running, which step to get reports work

    Hi,
    All forms are running in form Developer 9i, but I can get the reports work
    Which are the steps to get reports runing.
    I had changed the reports to the new format with the command RUN_REPORT_OBJECT.
    But I4m not getting nothing.
    If you can help please.

    The 24in is the best choice for graphics work because it enables all those palettes to be left open without interfering with your main project window. Spaces is great for designers too -- I have Illustrator, Photoshop, Acrobat Pro and QuarkXpress permanently open with all palettes blazing, each in a different virtual desktop. Initially you feel guilty about such unashamed luxury but now I cannot imagine how I could ever go back to the dark ages.
    But there is a price to pay: reading text at the default size and resolution on a 24in screen can be a strain and I frequently have to increase the text size in Safari, Mail and Word in order to read and type (or use the Alt+scroll wheel to zoom in the entire screen).
    Reflections are not a problem for me as there are no windows behind me - but some folk don't have a choice as to where to place their iMac so reflections have caused problems for some. I can't even see my own reflection in the screen unless it is switched off.
    Simon

  • Problme To Run report9i from form9i , Received Error : FRM-41213

    DEAR SIR
    PLEASE HELP ME TO RUN REPORT9i FROM FORM 9i
    AFTER DEVELOPED REPORT FROM FORM., WHEN I TRY
    TO RUN REPORT PRESING FORM BUTTTOM I RECIVED
    ERROR AS BLOW.
    FRM-41213 : UNABLE TO CONNECT TO THE REPORT SERVER
    REPSRV
    CREATED FORM NAME MODULE1
    DATA BLOCK NAME ACCOUNTS
    ITEM ACCOUNT_ID
    BAL
    PUSH_BUTTON1
    (TRIGGER: WHEN BUTTON PRESSED)
    CODE OF WHEN BUTTON PRESSED ARE AS BLOW
    DECLARE
    Report_id Report_Object;
    ReportServerJob VARCHAR2(100);
    BEGIN
    report_id:= find_report_object('MyReport');
    ReportServerJob:=run_report_object(report_id);
    END;
    Property of MYREPORT
    Name : MYREPORT
    FILENAME: MY REPORT
    EXECUTION MODE : BARCH
    Comminicataion Moide : Synchronous
    Data source Data block : ACCOUNTS
    QUERY NAME : ACCOUNTS
    REPORT DESTINATION TYPE : CACHE
    REPORT DESTINATION FORMATE: HTMLCSS
    REPORT SERVER : SEPSRV
    Looking forward to your response.
    Kindly reply us as soon as possible
    With regards,
    Kanaiya

    Thank for reply, there is no error code, just giving this UNABLE TO INSTALL REPORT SERVER message, my report is runing through oracle form9i

  • Modify Run Report Solution

    After I read some messages already posted discussing the run_report issue, I changed the old solution to a new one, through which I execute tho following steps:
    1_ at run command prompt I excute the following one: rwserver - install server = rep_server
    2_ I open the cgicmd.dat file and at the end if this file I added the following row:
    rep_key: userid=meteo/meteo@dbrc[email][email] server=rep_ncragra-as %* %P
    3_ i have developped a reprot
    called "Res_R1_SaleOrdersPerCust.rdf" using report9i
    builder and i compiled, saved it with an extention ".rdf " without error.
    4_ i write a PLSQL trigger at button level called(INVOICEPUSH) through which i call the report as follow:
    RUN_REPORT('RES_R1_SALEORDERSPERCUST', 'C');
    This procedure has the fellowing code:
    PROCEDURE run_report(p_rpt_name varchar2, p_dest varchar2 default 'C')
    IS
    v_url varchar2(2000);
    v_cur_form_name varchar2(100);
    v_length number;
    vPath_Sep char(1);
    v_rpt_name_with_path varchar2(500);
    v_rpt_format varchar2(50):='pdf'; -- Example: pdf,html,xml etc.
    v_rpt_key varchar2(50):='Rep_key';
    v_para_form varchar2(3) :='NO'; -- YES/NO
    v_dest varchar2(20);
    v_rpt_builder varchar2(200);
    v_rpt_server varchar2(50);
    BEGIN
    --------Report_Path -------------
    v_cur_form_name:=get_application_property(current_form);
    if get_application_property(operating_system) in ('MSWINDOWS', 'MSWINDOWS32', 'WIN32COMMON') then
    vPath_Sep := '\';
    else
    vPath_Sep := '/';
    end if;
    v_length:=instr(v_cur_form_name,vPath_Sep,-1);
    --Getting Current Report Name With Path.
    v_rpt_name_with_path:=substr(v_cur_form_name,1,v_length)||p_rpt_name;
    ------Report Destination-----
    v_dest:=upper(p_dest);
    if v_dest ='C' then
    v_dest:='cache';
    elsif v_dest='P' then
    v_dest:='printer';
    elsif v_dest='M' then
    v_dest:='mail';
    elsif v_dest='F' then
    v_dest:='file';
    end if;
    -------Start Call Report----------
    v_url:= '/reports/rwservlet?' ||v_rpt_key
    ||'&desformat=' ||v_rpt_format
    ||'&destype=' ||v_dest
    ||'&paramform=' ||v_para_Form
    ||'&report=' ||v_rpt_name_with_path;
    web.show_document(v_url, '_blank');
    --------End Call Report---------
    exception
    when others then null;
    end;
    5_ in regedit I searched for:
    REPORTS_PATH registry and add the following path: "D:\Dev9i\forms90\Meteo_Projet"
    REPORTS_RESOURCE D registry and add the following path: "D:\Dev9i\forms90\Meteo_Projet"
    6_ finally
    i try to run this report within form9i form builder through which i create a form called (G7_F3_REP_CUSTINV.fmb);
    when i click at the button to load my report, my Internet Explorer is running with a blank page having url as follow:
    http://wissam-bdd68698:8888/reports/rwservlet?Rep_key&desformat=pdf&destype=cache&paramform=NO&report=D:\Dev9i\forms9 0\Meteo_Projet\RES_R1_SALEORDERSPERCUST
    still my report is not displayed!!!!! so idont know what went wrong with me!!! anything else I must do??? Or any of these steps is wrong or missing something?? please any other suggestions???
    7_ hint :
    - in this url Rep_key is not replces by it's value, aleardy assigned in cgicmd.dat by
    rep_key: userid=meteo/meteo@dbrc[email][email] server=rep_ncragra-as %* %P
    - My technical environment is Winxp, dev9i AS vers9.0.2, Jinit vers1.3.1.9, OracleDB9i.
    - my report 'RES_R1_SALEORDERSPERCUST'.rdf is saved in "D:\Dev9i\forms90\Meteo_Projet"
    where I put all my live files(fmb, rdf,..)

    Hi Mr. again I appreciate a lot your support, And I m very grateful for your help.
    1-
    About My technical environment as i said before, it‘s not complicated, it’s very simple:
    1.     Windows XP, Service Pack 3
    2.     Oracle9i Enterprise Edition Release 9.2.0.1.0
    3.     OC4J
    4.     Internet Explorer version 6.0.2
    5.     Oracle Forms Builder [32 Bit] Version 9.0.2.9.0 / Oracle Report Builder 9.0.2.0.3
    6.     Jinit vers1.3.1.9,
    About my network also it’s not a complicate one; all these software are installed in the same platform (PC)
    2-
    I followed your recommendation; I do not alter the cgicmd.dat
    3-
    About Rep Server status page (showjobs)
    I opened the browser and I entered the following URL:
    http://wissam-bdd68698:8888/reports/rwservlet/showjobs?server=repserver90
    Then I have got a blank page, and
    the Report Server Queue Status page is not displayed.
    recently running jobs, red X or blue check mark are not shown.
    4-
    I review my report by running it through Oracle Report Builder. And as I said before, it goes well without any error
    5-
    When I close the browser and OC4J; a Notepad (hs_err_pid488.txt) file is created. this file has the following content:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x65553878
    Function name=Java_oracle_reports_engine_EngineImpl_CGetEnv
    Library=D:\Dev9i\bin\rw90.dll
    Current Java thread:
    at oracle.reports.engine.EngineImpl.CGetEnv(Native Method)
    at oracle.reports.engine.EngineImpl.getEnvs(EngineImpl.java:453)
    at oracle.reports.engine.EngineClassPOATie.getEnvs(EngineClassPOATie.java:152)
    at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:205)
    at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:62)
    at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
    at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
    at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
    at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
    at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    Dynamic libraries:
    0x00400000 - 0x00405000      D:\Dev9i\jdk\jre\bin\javaw.exe
    0x7C900000 - 0x7C9AF000      C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F6000      C:\WINDOWS\system32\kernel32.dll
    0x61750000 - 0x617B2000      C:\WINDOWS\SYSTEM32\SYSFER.DLL
    0x5B860000 - 0x5B8B5000      C:\WINDOWS\system32\NETAPI32.dll
    0x77DD0000 - 0x77E6B000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77FE0000 - 0x77FF1000      C:\WINDOWS\system32\Secur32.dll
    0x77C10000 - 0x77C68000      C:\WINDOWS\system32\msvcrt.dll
    0x7E410000 - 0x7E4A1000      C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F59000      C:\WINDOWS\system32\GDI32.dll
    0x76390000 - 0x763AD000      C:\WINDOWS\system32\IMM32.DLL
    0x629C0000 - 0x629C9000      C:\WINDOWS\system32\LPK.DLL
    0x74D90000 - 0x74DFB000      C:\WINDOWS\system32\USP10.dll
    0x6D420000 - 0x6D4F0000      D:\Dev9i\jdk\jre\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6D000      C:\WINDOWS\system32\WINMM.dll
    0x6D220000 - 0x6D227000      D:\Dev9i\jdk\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      D:\Dev9i\jdk\jre\bin\verify.dll
    0x6D250000 - 0x6D266000      D:\Dev9i\jdk\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      D:\Dev9i\jdk\jre\bin\zip.dll
    0x6D340000 - 0x6D348000      D:\Dev9i\jdk\jre\bin\net.dll
    0x71AD0000 - 0x71AD9000      C:\WINDOWS\system32\WSOCK32.dll
    0x71AB0000 - 0x71AC7000      C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71A50000 - 0x71A8F000      C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76FB0000 - 0x76FB8000      C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000      C:\WINDOWS\system32\WLDAP32.dll
    0x662B0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71A90000 - 0x71A98000      C:\WINDOWS\System32\wshtcpip.dll
    0x6D240000 - 0x6D246000      D:\Dev9i\jdk\jre\bin\ioser12.dll
    0x76FC0000 - 0x76FC6000      C:\WINDOWS\system32\rasadhlp.dll
    0x65050000 - 0x6568C000      D:\Dev9i\bin\rw90.dll
    0x64AB0000 - 0x64AC3000      D:\Dev9i\bin\ZRC90.dll
    0x610A0000 - 0x6113F000      D:\HOME9i\bin\oracore9.dll
    0x612A0000 - 0x61319000      D:\HOME9i\bin\oranls9.dll
    0x613A0000 - 0x613B1000      D:\HOME9i\bin\oraunls9.dll
    0x774E0000 - 0x7761D000      C:\WINDOWS\system32\ole32.dll
    0x61400000 - 0x6142C000      D:\HOME9i\bin\oranl9.dll
    0x61480000 - 0x61534000      D:\HOME9i\bin\oran9.dll
    0x616B0000 - 0x616C8000      D:\HOME9i\bin\orancrypt9.dll
    0x09490000 - 0x094C6000      D:\HOME9i\bin\oranro9.dll
    0x615A0000 - 0x61629000      D:\HOME9i\bin\orannzsbb9.dll
    0x60300000 - 0x60557000      D:\HOME9i\bin\orageneric9.dll
    0x094D0000 - 0x09560000      D:\HOME9i\bin\oracommon9.dll
    0x60600000 - 0x60784000      D:\HOME9i\bin\oraclient9.dll
    0x60800000 - 0x60806000      D:\HOME9i\bin\oravsn9.dll
    0x60810000 - 0x60816000      D:\HOME9i\bin\orawtc9.dll
    0x61960000 - 0x61971000      D:\HOME9i\bin\oranldap9.dll
    0x62000000 - 0x62024000      D:\HOME9i\bin\oraldapclnt9.dll
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x60A00000 - 0x60D13000      D:\HOME9i\bin\orapls9.dll
    0x62500000 - 0x62507000      D:\HOME9i\bin\oraslax9.dll
    0x61350000 - 0x61360000      D:\HOME9i\bin\orasnls9.dll
    0x62600000 - 0x62675000      D:\HOME9i\bin\orasql9.dll
    0x62FC0000 - 0x6303D000      D:\HOME9i\bin\oraxml9.dll
    0x09560000 - 0x09571000      C:\WINDOWS\system32\MSVCIRT.dll
    0x630F0000 - 0x63110000      D:\HOME9i\bin\oraxsd9.dll
    0x617C0000 - 0x617C6000      D:\HOME9i\bin\oranhost9.dll
    0x617D0000 - 0x617D6000      D:\HOME9i\bin\oranoname9.dll
    0x616A0000 - 0x616A6000      D:\HOME9i\bin\orancds9.dll
    0x61820000 - 0x61827000      D:\HOME9i\bin\orantns9.dll
    0x64000000 - 0x64007000      D:\HOME9i\bin\oranms.dll
    0x64020000 - 0x64030000      D:\HOME9i\bin\oranmsp.dll
    0x62300000 - 0x6233E000      D:\HOME9i\bin\ORATRACE9.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x763B0000 - 0x763F9000      C:\WINDOWS\system32\comdlg32.dll
    0x5D090000 - 0x5D12A000      C:\WINDOWS\system32\COMCTL32.dll
    0x7C9C0000 - 0x7D1D7000      C:\WINDOWS\system32\SHELL32.dll
    0x77F60000 - 0x77FD6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x10000000 - 0x1004C000      D:\Dev9i\bin\CA90.dll
    0x64E30000 - 0x64E94000      D:\Dev9i\bin\UIREM90.DLL
    0x09580000 - 0x095B2000      D:\Dev9i\bin\ROS90.DLL
    0x61D00000 - 0x61D10000      D:\Dev9i\bin\UTL90.DLL
    0x61F00000 - 0x61F07000      D:\Dev9i\bin\UTC90.dll
    0x64CE0000 - 0x64DBB000      D:\Dev9i\bin\UIW90.dll
    0x61E00000 - 0x61E09000      D:\Dev9i\bin\UTJ90.dll
    0x64F10000 - 0x64F20000      D:\Dev9i\bin\UIIM90.dll
    0x64ED0000 - 0x64EF6000      D:\Dev9i\bin\UIOLE90.dll
    0x679C0000 - 0x679EC000      D:\Dev9i\bin\mmc90.dll
    0x64F50000 - 0x64F66000      D:\Dev9i\bin\UICC90.dll
    0x67820000 - 0x67853000      D:\Dev9i\bin\MMI90.dll
    0x67680000 - 0x676A3000      D:\Dev9i\bin\mms90.dll
    0x674E0000 - 0x674F2000      D:\Dev9i\bin\mmv90.dll
    0x73B50000 - 0x73B67000      C:\WINDOWS\system32\AVIFIL32.dll
    0x77BE0000 - 0x77BF5000      C:\WINDOWS\system32\MSACM32.dll
    0x75A70000 - 0x75A91000      C:\WINDOWS\system32\MSVFW32.dll
    0x67340000 - 0x67373000      D:\Dev9i\bin\mmw90.dll
    0x095C0000 - 0x0978E000      D:\Dev9i\bin\DE90.dll
    0x60FA0000 - 0x60FAF000      D:\HOME9i\bin\oraplc9.dll
    0x60E00000 - 0x60EDD000      D:\HOME9i\bin\oraplp9.dll
    0x64FB0000 - 0x64FDA000      D:\Dev9i\bin\UCOL90.DLL
    0x663C0000 - 0x663C7000      D:\Dev9i\bin\D2SC90.DLL
    0x65EF0000 - 0x65F0E000      D:\Dev9i\bin\dfc90.dll
    0x09790000 - 0x097AE000      D:\Dev9i\bin\nn90.dll
    0x65B10000 - 0x65B1C000      D:\Dev9i\bin\obs90.dll
    0x097B0000 - 0x097DF000      D:\Dev9i\bin\rws90.dll
    0x64AD0000 - 0x64C06000      D:\Dev9i\bin\VGS90.dll
    0x773D0000 - 0x774D3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
    0x76C90000 - 0x76CB8000      C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000      C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000      C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\system32\PSAPI.DLL
    Local Time = Tue Sep 21 22:02:26 2010
    Elapsed Time = 143
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)
    Edited by: user12923153 on Sep 21, 2010 9:43 PM

  • IM failed to invoke Report 9i from form9i, how can i invoke it

    I m calling report 9i from form 9i but im alway failed to run report in form9i by using RUN_PRODUCT() builtin and RUN_REPORT_OBJCT() builtin how can i run a report ?

    what's parameter r u passing?
    Run_product(REPORTS,report name,SYNCHRONOUS,RUNTIME,FILESYSTEM,
    parameter,NULL);
    run_report_object(report name or report id);
    cheers
    ravi

  • How can call report 9i from form9i

    i need to ask about report9i
    i try to call report from form9i by button
    from there but not success
    i write the code blow
    RUN_REPORT_OBJECT('c:\test.rdf','p1_id');
    best regard

    Hi ,
    I am pasting an example of how to call the RUN_REPORT_OBJECT and what all need to be set for it to function properly. You can use the code, but remember to edit some of the details that you are supposed to fill before trying to run.
    DECLARE
    Report_Id REPORT_OBJECT;
    Report_Job_Id VARCHAR2(20);
    Report_Status VARCHAR2(80);
    Report_Svr VARCHAR2(20);
    BEGIN
    Report_Id := FIND_REPORT_OBJECT('&lt;your_report_object&gt;');
    Report_Svr := '&lt;your_report_server&gt;';
    SET_REPORT_OBJECT_PROPERTY(Report_Id,REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(Report_Id,REPORT_FILENAME, '&lt;your_report_file&gt;');
    SET_REPORT_OBJECT_PROPERTY(Report_Id,REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(Report_Id,REPORT_DESTYPE, CACHE);
    SET_REPORT_OBJECT_PROPERTY(Report_Id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(Report_Id,REPORT_SERVER, Report_Svr);
    SET_REPORT_OBJECT_PROPERTY(Report_Id,REPORT_OTHER, 'blankpages=no paramform=no ...');
    Report_Job_Id := RUN_REPORT_OBJECT(Report_Id);
    Report_Status := REPORT_OBJECT_STATUS(Report_Job_Id);
    WHILE Report_Status IN ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
    Report_Status := REPORT_OBJECT_STATUS(Report_Job_Id);
    END LOOP;
    IF Report_Status = 'FINISHED' then
    WEB.SHOW_DOCUMENT('http://&lt;machine&gt;:&lt;port&gt;/reports/rwservlet/getjobid' || substr(Report_Job_Id, length(Report_Svr) + 2, length(Report_Job_Id)) || '?server=' || Report_Svr);
    END IF;
    Hope this helps.
    Thanks,
    Vinod.

  • Problem displaying my form with Form9i

    Yep I got another problem with Form9i :/
    The problem is when I try to execute my form, It doesn`t load my form but a form with an Oracle background...anyway nothaing related with the form that I expect to look at.
    PS: I start Oc4j instance before I load my form and Im on winXP and I use Explorer5.
    thx

    the url is:
    http://sim:8888/forms90/f90servlet?form=C:\Documents%20and%20Settings\Simon\Desktop\oraclefile\AJOUTER_FILM.fmx&userid=SIMON/SSURFERS@labase&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES
    and when I click on run the error that appear is frm:909210 wrong paramater after the key on the command line.

  • MENU FROM FORM6I TO FORM9I

    I have an application in form6i and I'm having problem when I try run it in form9i, it show the follow mistake :
    FRM : 10221, Isn't impossible read the file MENU.
    Could somebody hep me?

    I have an application in form6i and I'm having problem when I try run it in form9i, it show the follow mistake :
    FRM : 10221, Isn't impossible read the file MENU.
    Could somebody hep me?

  • How to Print preview from Form9i

    I using forms & Report 9i i want to know that it is possible to print or print priview from form9i how, please help me

    Thanks jeet
    I received following error when i try to run report from form9i
    FRM-41213 : Unable to connect to the Report server repserve
    after starting report server by entering following command from Dos
    rwserver server=repserver
    report server repserver start
    after i try to run report from form9i i received following
    FRM-41214 : unable to run report
    following code i enter in when button press trigger
    DECLARE
    Report_Id report_object;
    hTimer timer;
    vcFile varchar2(255);
    vcResult varchar2(30);
    BEGIN
    /* Generate a pseudo-unique filename */
    vcFile := get_application_property(USERNAME)||TO_CHAR(SYSDATE,'YYYYMMDDHHMISS');
    /* We will be producing Postscript output in this case so add a .rrpp extension */
    vcFile := vcFile||'.rrpp';
    /* Find an existing Report Object and set parameters */
    report_id:=FIND_REPORT_OBJECT('JUMREP');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,FILE);
    /* Format to Postscript */
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'ps');
    /*Desname to our generated filename
    Note: <PhysicalDir> refers to a location on the
    Webserver which we read from with SHOW_DOCUMENT() */
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'D:'||vcFile);
    /*Set the name of the Reports Server, again this would be softcoded */
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'repserver');
    /* Save the Report Handle to a global as well */
    :GLOBAL.ReportHandle := RUN_REPORT_OBJECT(report_id);
    /* Save the generated Filename away for use in the When-Timer-Expired */
    :GLOBAL.PrintOutPut := vcFile;
    /* Create a timer to monitor the Report,
    This one is set to check 4 times a minute */
    hTimer := CREATE_TIMER('PRINTER_QUEUE','15000',REPEAT);
    END;

Maybe you are looking for

  • Problems setting up my forms (was: Forms)

    Hi I'm having trouble with setting up my forms, When I send the message no pop up message says its sent but I do recieve the email but with no content. Can anyone please advise me? my two PHP and HTML code is below. HTML Code: <form method="post" id=

  • IPod and iTunes not syncing after restoring library on new computer

    Recently, my computer crashed. Lost everything. I was finally able to restore my music on my laptop to iTunes. However, now when I upload new music from the store, it saves it on my library, but will not sync to my iPod, even when I manually try to s

  • Java Proxy - Libraries in EAR File

    Hello I am developing some Java Proxies with the NWDS. For these mappings i need to reference some jars required by the Java Proxies aii_proxy_xirt.jar aii_msg_runtime.jar aii_utilxi_misc.jar guidgenerator.jar does anyone know how to include these li

  • Regarding Stored Procedure in Oracle

    Can you please guide where the stored procedure get stored in the database? Where it is under schema? Thanks in advance! -Mani.R

  • Suport issues

    hi, what r the type of issues we will get in bdc,scripts,smartforms,ale and idocs.