Problems in running a form

Hi,
I'm a beginner in using Oracle Forms.
Once I've created a simple form, I've tried to run it but on the browser I get as URL "http://wi065149.domnt.csi.it:8889/forms/frmservlet" and the message in centre of the page saying "no plugin available to display this content" but it seems there's no way do download anything (I use Google Chrome)
Is there anything of Java I should download updated?

Step one is to start here:
https://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
If you do not include details, no one will be able to help. Never post a technical question without including the exact error messages displayed, an explanation as to exactly what you are doing and have done, and always include the complete product name and product version numbers of what you are using, and finally always include the platform and versions in use. Oh and remember, the following are NOT product versions. These are product NAMES: *9i, 10g, 11i* Version numbers include decimals (dots): 9.0.4.3, 10.1.2.0, 11.1.1.6, etc
As for the Forms issue, without most of the above information all I can say is that Forms runs as a java applet and therefore needs a Java Plugin. Depending on exactly which Forms version you are using will depend on exactly which JRE/JPI can be used. In older versions of Forms, Oracle product "Jinitiator", which was an Oracle implementation of the Sun JRE based on java 1.3. Although this can still be used with Forms versions 10.1.2.x and older, it is not recommended as it was desupported long ago. The recommended JRE would be the latest in the 1.6 line, which is 1.6.0_31, however this requires that you be using Forms 10.1.2.3 or newer.
The configuration for determining which JRE is used is set in formsweb.cfg regardless of which version you are using.

Similar Messages

  • List Of Values problem while running a form

    Hi all,
    Actually I had developed a form in Forms 4.5. If I connect to the Personal Oracle Database on the same machine, then it is working properly. But if I connect to Oracle server across network and try to run the form, then a message is coming ' F45RUN - The program you are trying to running had problem. Choose ''Close'' or ''Ignore'''. It is giving error of that sort.
    Actually the form has two list items, which will have the values selected from the database. If I comment out the statements 'Populate_list(....)', then the form is opening for runtime. What could be the problem??
    Thanks in Advance.
    Badarinath ([email protected]) If someone could mail me, then it would be even helpful.

    Hi Badrinath,
    I couldn't underestand the exact problem that you are facing. This may be just because of the different Datase versions. Just try to add "onlogon trigger" to your form having the following code in it:
    logon('username','password@connect_string to the server');
    Fully compile the form and then run.
    Let me know if OK.
    Regards,
    Aqueel([email protected])
    Hi all,
    Actually I had developed a form in Forms 4.5. If I connect to the Personal Oracle Database on the same machine, then it is working properly. But if I connect to Oracle server across network and try to run the form, then a message is coming ' F45RUN - The program you are trying to running had problem. Choose ''Close'' or ''Ignore'''. It is giving error of that sort.
    Actually the form has two list items, which will have the values selected from the database. If I comment out the statements 'Populate_list(....)', then the form is opening for runtime. What could be the problem??
    Thanks in Advance.
    Badarinath ([email protected]) If someone could mail me, then it would be even helpful.

  • Problem in running the form

    I have installed Oracle 9i database and developer suite on my dual-core 1 mb ram , window XP3 , configration PC.
    There is no database connectivity problem and everything is working fine.But after developing the form in form builder
    then start OC4J..
    when i start oc4j instance it give me this message on dos
    C:\Documents and Settings\Tanya\desktop>E:\oracle\oradata\myoracle\jdk\bin\java -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=c
    om.inprise.vbroker.orb.ORB -Doracle.security.jazn.config=E:\oracle\oradata\myoracle\j2ee
    \Oracle9iDS\config\jazn.xml -Doracle.home=E:\oracle\oradata -DORACLE_HOME=E:\oracle\oradata\myoracle -jar E:\oracle\oradata\myoracle\j2ee\home\oc4j.jar -userThreads -config E:
    \oracle\oradata\myoracle\j2ee\Oracle9iDS\config\server.xml
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    FormsServlet init():
    configFileName: E:\oracle\oradata\myoracle/forms90/server/formsweb.cfg
    testMode: false
    ListenerServlet init()
    After that when i am going to run the form in the internet explorer it is flashing that "The page cannot be displayed" .And in the address bar the following address is displayed..
    http://%%20"http://compu:8888/forms90/f90servlet?form=C:\MODULE1.fmx&userid=HR/HR@myoracle&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES"
    I am saving the file in the in the c drive directly and there is no space in the path.
    When i am removing http://%%20" from the begining of the address and the last --> ", mark then my form is running perfectly.
    Please help from where to set the path so that my forms runs smoothly.
    Thanks
    Tanya

    Hello tanya,
    Open the builder ->Edit preferences ->Runtime->Click on Reset to Default ->Click Ok.
    Rajesh Alex

  • Scrollbars problem when running a form with Sun Java instead of Jinitiator

    Hi All;
    Our forms are configured to run with the Sun Java instead of
    Jinitiator; functionality wise everything works fine, but when running
    the forms on the web there are 2 extra scrollbars
    (one vertical and one horizontal) in addition of the browser scrollbar.
    Note: This is does not happen when running the same form with Jinitiator (same configurations)
    Anyone encountered this situation or has an idea how to to get ride of the extra scrollbars ???
    Thanks.

    Thanks for your replay.
    I was able to make all forms working without scrollbars when running form developer at the desktop (windows os) without scrollbars
    but when I run them at the application server (Linux Red Hat 3 Enterprise), scrollbars are still there.
    I tried your suggestion but did not help
    here is the formsweb configuration
    [jdk15]
    baseHTML=base.htm
    jpi_classid=clsid:CAFEEFAC-0015-0000-FFFF-ABCDEFFEDCBA
    jpi_codebase=http://server_name:port/forms/jinitiator/jre15012.exe#Version=1,5,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.5.0_12
    jpi_download_page=http://server_name:port/forms/jinitiator/jdk_download.htm
    baseHTMLJInitiator=basejpi_with_disableMDIScrollbars_param.htm
    archive=frmall.jar
    separateFrame=False
    splashScreen=no
    background=no
    width=975
    height=575
    form=xxxxx.fmx
    lookandfeel=Generic
    logo=no
    otherparams=useSDI=yes
    The window get maximized at when-new-form-instance.
    Does it has to do with the canvas or window height and width at the design time????
    Thanks.

  • Plug-in problem while running Oracle Forms

    Dear All
    I hve oracle 10g iDS r2 in place on Linux AS u2.
    Every thing is being configured and prforming fine.
    But when i try to run any form with mozilla browser on the same mechine it cannot display ...
    It gives like ...
    ''additional plugins are required to display all the media on this page''
    ''click here to download plugin''
    Even if I click to download, it cannot download any thing .
    But the same forms do run as desired on any other windows client with IE browser.
    Please some body Tell me how can i Solve this
    Thanks In advance

    Thanks Robert,
    Thanks for ur reply.
    Yes this has been understood that this is due to the browser's pluginn shortage.
    But ist is not specifing the specific plugin requred.
    I tried the same with netscape .
    It specifies to the '' application/x-java-applet;jpi-version=1.4.2_06 ''
    Now tell me where to and how to get that plugin
    Thanks..........

  • A problem about run interactive form in GP

    Hi all, I am trying to run an interactive form in GP, but I am in trouble.
    I can`t instanitiate any form in GP. I always got exception.
    I am sure ADS which can work and I also configured  the adapter of GP.
    I have no idea what I can do. Can anyone give me a hand? Thx a lot. ^^
    PS: Here is my exception message:
    Execution ended in an unrecognized state
    com.sap.caf.eu.gp.base.exception.EngineException: Execution ended in an unrecognized state
    at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.executeBackground(CallableObjectExecutorImpl.java:242)
    at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.execute(CallableObjectExecutorImpl.java:294)
    at com.sap.caf.eu.gp.model.co.CallableObjectExecutor.doGet(CallableObjectExecutor.java:256)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.caf.eu.gp.model.co.tech.TechnicalCallableObjectException: iform032
    at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:691)
    at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl$CallableObjectExecutor.run(BackgroundCOExecutorImpl.java:126)
    at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:504)
    at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:581)
    at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.executeBackground(CallableObjectExecutorImpl.java:123)
    ... 18 more
    Caused by: com.sap.caf.eu.gp.model.co.tech.TechnicalCallableObjectException: iform032
    at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:381)
    ... 22 more

    Hi Louis,
    Yes I have exactly the same problem with the same message.
    I have created a GP processus. In my block I have 2 action. The first is an Iview Visual Composer CO and the second contains my PDF CO.
    My PDF CO contains an xdp file.
    Regards
    Tony
    Execution ended in an unrecognized state
    com.sap.caf.eu.gp.base.exception.EngineException: Execution ended in an unrecognized state at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.executeBackground(CallableObjectExecutorImpl.java:242) at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.execute(CallableObjectExecutorImpl.java:294) at com.sap.caf.eu.gp.model.co.CallableObjectExecutor.doGet(CallableObjectExecutor.java:256) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(AccessController.java:215) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) Caused by: com.sap.caf.eu.gp.model.co.tech.TechnicalCallableObjectException: iform032 at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:701) at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl$CallableObjectExecutor.run(BackgroundCOExecutorImpl.java:126) at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:504) at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:581) at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.executeBackground(CallableObjectExecutorImpl.java:123) ... 18 more Caused by: com.sap.caf.eu.gp.model.co.tech.TechnicalCallableObjectException: iform032 at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:381) ... 22 more

  • Unable to run the form from Form Builder 10g

    HI,
    I am having a problem with running a form with form builder 10g.
    I have create a form with some text boxes to display values in a table.
    When i compile and run the form it does not run The error shown is
    HTTP 403(Forbidden) You are not authorised to view this page.
    The Link used for the above is:
    http://127.0.0.1:1740/sWuCqhMKUT1btA1N5cXLCRshkJzmgKRIlCEUFd9RL520LVq0
    The port number 1740 changes everytime. I dont know why.
    I have started the OC4J instance before starting the Form Builder.
    I have made the changes to the runtime preferences in the form builder.
    http://localhost:8889/forms/frmservlet
    But it doesn't work when i try to run the form from Form Builder.
    ie Program-->Run Form
    The form works properly when using the 'Run a form on the Web Utility' provided with Developer Suite.
    Can anyone please suggest a solution. I have searched the forum but didnot find a solution.
    Thanks
    V.S.

    One of our DBAs has installed the software.
    It was a default installation, I believe, as no configuration was done during the installation except for increasing the virtual memory size.
    Post installation we changed the tnsnames.ora file and the sqlnet.ora file.
    Do i need to configure something ?
    Thanks,
    V.S.

  • I have a problem when i run my forms

    hello , sorry i cant speak english very well
    ==========================
    i have a windows server 2003 r2 32bit
    internet explorer 8
    oracle database 10g r2 32bit
    oracle developer suite 10 g
    my problem is when i run my forms over web on internet explorer 8
    i have this error
    ORA-12650 TNS protocol adapter error
    problem pic
    http://imageshack.us/f/42/forms01.gif/
    Thank's
    Edited by: Ahmed_Arafa on Jul 29, 2011 3:12 PM

    Did you have the same problem when you directly run the form within the application server?
    Try to tnsping the SID of the database directly within the application server.

  • Problem in Run Form "Forms 10g (9.0.4)v"

    Hi,
    I am new to 3 tier development. I am trying to create a form on above Oracle Forms Builder & run on windows 2003 32bit.
    My problem is.
    When I run the form , first time it runs opening a iexplorer. Once I exit & re-run the iexplorer ends up with some html codes but not with the form.
    I noticed that there is htm got created in my temp directory & when I run for the 2nd time a file gets created with the Same name but extension is different (1htm, 2htm)
    Please try to help my out.
    Regards, Shaamil.

    Try the following solutions :
    1) Check on in IE -> Tools -> Internet Options -> advanced -> allow active content to run in files on My Computer
    2) Make sure that you have in the Internet Explorer Tools -> Internet Options -> Advanced tab -> Check the check box
    Enable third party Browser extensions. It will be under browsing.

  • Problem in running oracle report from form 10g Version 10.1.2.0.2

    Hi All,
    I am facing problem while running the report from forms 10g getting FRM-41219
    For this i am using the following procedure :
    PROCEDURE RUN_REPORT IS
    L_RUN_TEXT VARCHAR2 (2000);
    L_USRID VARCHAR2 (100);
    L_PASSWD VARCHAR2 (100);
    L_DESNAME VARCHAR2 (100);
    FILE_OUT_PUT VARCHAR2(200);
    REP_STATUS VARCHAR2(20);
    REP_NAME VARCHAR2(50);
    PL_ID PARAMLIST;
    REP_URL VARCHAR2(2000);
    V_REP VARCHAR2(200);
    BEGIN
    display_me('RUN_REPORT');
    -- CALL THE FOLLOWING FUNCTION, IN WHICH USER CAN WRITE HIS OWN CODE.
    -- THE PROCEDURE CAN BE MADE LOCAL TO THE SPECIFIC FORM AND WRITE THE CODE.
    -- IT SHOULD RETURN 'Y', IF YOU WANT TO PROCEED WITH THIS RUN_REPORT
    -- PROCEDURE.
    IF NVL (RUN_REPORT1, 'Y') = 'N' THEN
    RETURN;
    END IF;
    COMMIT_FORM;
    IF (GET_APPLICATION_PROPERTY (OPERATING_SYSTEM)) = 'UNIX' THEN
    L_DESNAME := 'LP';
    ELSE
    L_DESNAME := NAME_IN ('REPORT_TITLE.F_FILE_NAME');
    display_me(L_DESNAME);
    END IF ;
    /* SETTING THE REPORT OBJECT PROPERTIES */
    /* G_PRAM1 IS THE NAME OF REPORT ****/
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_SERVER,'172.18.76.34');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_FILENAME,:GLOBAL.G_PARAM1||'.REP');
    display_me(':GLOBAL.G_PARAM1 '||:GLOBAL.G_PARAM1);
    PL_ID := GET_PARAMETER_LIST ('REP_PARA');
    IF NOT ID_NULL (PL_ID) THEN
    DESTROY_PARAMETER_LIST ('REP_PARA');
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('REP_PARA');
    ADD_PARAMETER (PL_ID, 'DESTYPE' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.RAG_DESTINATION') );
    ADD_PARAMETER (PL_ID, 'DESNAME' , TEXT_PARAMETER, L_DESNAME);
    ADD_PARAMETER (PL_ID, 'COPIES' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.F_NO_COPY') );
    ADD_PARAMETER (PL_ID, 'ORIENTATION', TEXT_PARAMETER, 'LANDSCAPE');
    ADD_PARAMETER (PL_ID, 'MODE' , TEXT_PARAMETER, 'BITMAP');
    ADD_PARAMETER (PL_ID, 'PARAMFORM' , TEXT_PARAMETER, 'NO');
    ADD_PARAMETER (PL_ID, 'PARAM' , TEXT_PARAMETER, NAME_IN ('IBP_REPORT_PARAMETER.F_REP_SEQ') );
    ADD_PARAMETER (PL_ID, 'P_COMP_CODE' ,TEXT_PARAMETER,:GLOBAL.G_COMP_CODE);
    display_me(':GLOBAL.G_COMP_CODE '||:GLOBAL.G_COMP_CODE);
    REP_NAME := :GLOBAL.G_PARAM1||'.REP';
    display_me('REP_NAME'||REP_NAME);
    V_REP := RUN_REPORT_OBJECT('REPOBJ');
    display_me('V_REP '||V_REP);
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    display_me('REP_STATUS'||REP_STATUS);
         WHILE REP_STATUS IN ('RUNNING','OPENING_REPORT','ENQUEUED')LOOP
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    END LOOP;
    IF REP_STATUS = 'FINISHED' THEN
    REP_URL:='/REPORTS/RWSERVLET/GETJOBID'||SUBSTR(V_REP,INSTR(V_REP,'_',-1)+1)||'?'||'SERVER=172.18.76.34';
    display_me('REP_URL '||REP_URL);
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    ELSE
    MESSAGE('ERROR WHEN RUNNING REPORT');
    END IF;
    END;
    Which is called on a button , can any body share there idea to help out
    Warm Regards
    Ashutosh

    Yes, I have replace the userid with scott/tiger@orcl with i6menu/i6menu@vbs and also replace the OAS server's name as you have suggested.
    declare
         REP_URL varchar2(2000);
    begin
    REP_URL:= '/reports/rwservlet?userid=i6menu/i6menu@vbs&report=testrep_10g.rdf&desformat=pdf&destype=cache&paramform=no';
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    end;
    I had the 2nd code also but both r not working on my machine ......... !!
    I have made the following setting on my machine:
    1. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->FORMS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    2. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->REPORTS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    3. Entry made in the DevSuiteHome_1\forms\server ->default.env
    FORMS_PATH=D:\vision_soft\VSS\exe
    4. Entry made in the DevSuiteHome_1\reports\confr ->rwservlet.properties
    #SERVER= rep10
    As my forms is working well & but the report are not able to call.
    Could you please let me know is there is any other mandatory setting required for the report 10g.
    Regards,
    Ashutosh

  • Encounter problem when running test.fmx in Oracle form 11g

    I am new to Oracle form 11g and encounter a problem regarding testing the Form Services.
    I have Oracle form 11g (deployment mode) on my app server.  I opened 'Run a form on the web' and clicked 'Run form' to conduct a test with default values suggested by the screen.  Then I got the below screen showing 'An add-on for the website failed to run'.
    Is the problem in relation to IE setting? or is my set up of Oracle form 11g not OK?

    Hi ,
    This community is to discuss Weblogic Server specific issues, you can post this query Forms in for better response in the below link:-
    Oracle Forms (MOSC)
    Regards,
    Prakash.

  • Problem in running a sample form in form builder

    Hi
    Recently,I started using oracle9i DS, and for creating form in it,i use form builder.
    it has some samples incorporated,but i can't run them in internet browser.
    At first it gave me an error that there was no listener on port 8889,but i create a listener and a service name for that port and solved the problem.
    now after connecting to the database and compiling module successfully ,i click to run a form ,it open the browser with this Address but nothing happened.
    http://localhost:8889/forms90/f90servlet?form=E:\OracleD\forms90\userexit\Customer%20F.fmx&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES
    if anyone can help me i will be very very thankfull.
    best regards

    Hi,
    Please make sure there is no space between your file name.
    From the url I can see your file name like Customer%20F.fmx.

  • Problem in running forms 9i

    I am new to forms 9i and I have installed forms9i and want to test a form. i am not able to run the form in ie. i have started OC4J but no use. i am using internet explorer 7. can anyone help?

    To change the size of the applet in the browser, you will need to edit the "formsweb.cfg" file. This file is found in the <ORACLE_HOME>/forms/server folder (Windows and Unix). Find the following entries and change them to the desired size.
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600One word of caution, though, is don't make the applet size so large that it will not display properly on a users computer. Keep the size at a safe setting to ensure your users are not adversely affected by the change.
    Craig...

  • Problem to run forms

    Hello Everybody,
    I am getting following error message when I try to run a form:
    FRM - 90928: Positional parameter after key on command line.
    Any help will be highly appreciated. Thanks.

    There is an error in your command to start the form. What is the exact command you are using?
    You can either specify parameters in the correct order, or preferrably, with the parameter name. Both are correct, but the 2nd is preferred in the next example:
    <runform for your version> myform.fmx scott/tiger@db
    <runform for your version> module=myform.fmx userid=scott/tiger@db

  • ERROR in running a Form

    Hi
    I have installed Oracle 10g DS in my PC successfully.But while i am running the form i am getting internet explorer error and the browser is shutting down.
    But i am not having any problem to run a oracle report.
    Can anybody help me out from this problem.

    This is a shot in the dark...
    Can you try disabling java in IE?

Maybe you are looking for

  • RFC Function module-With Only Request message

    Hi i need a RFC with only Request message and Response message is not required. please help me, how to create a RFC function module with out Response message, and it should contain only Request message. i have created RFC in this way: RFC doesn't con

  • How to disable echo in logic pro x?

    I got for christmas logic pro x and ive been playing around with it quite a bit. Ive been using the Boutique 808 in drum machines and ive noticed that every time I hit a key for an instrument (such as a hi hat) there is a slight echo to the note. Ive

  • HT1926 This version of itunes is meant for 32bit windows not 64bit windows. Please download 64bit.

    Ok so I have downloaded it on three different browsers and disabled popup blocker and restarted and this is still coming up with this version is meant for 32 bit windows, please download 64bit windows version. how do i fix this?

  • DVD@ccess and PDF linking

    So I've successfully linked a 94 page PDF document, and it works no problem. (Although I can't wait to run the DVD on a PC) I use a track and set the DVD@ccess through the chapter points. My question is; *does anyone know if DVD@ccess can direct a PD

  • Is a query block allow us to make a concatenation ?

    I have a block based on a interrogation data source. I have to display the information in one item (in the canvas) and it is the concatenation of two values returned by the query that is displayed. How can I do this, can I have to do the concatenatio