Loading forms in IE

Hi,
I have problem displaying a form in Internet Explorer. The form compiles and I have the OC4J running but whenever I run a form I get this message in IE with title Invalid Syntax Error:
"The page cannot be displayed
The page you are looking for might have been removed or had its name changed.
Please try the following:
Open the %%20http: home page, and then look for links to the information you want.
If you typed the page address in the Address bar, make sure that it is spelled correctly.
If you still cannot open the page, click the Internet Explorer
Search button to look for similar sites.
Internet Explorer"
What is most confusing is that I do not have problem running Reports.
Your help will be greatly appreciated!
Borislava

Hi,Ronald, I also encounted with this problem every time I run a form from Forms developer. Every URL generated is
in the form of http://%%20"URL". I have to correct it before it work. Never succeed after this installation.

Similar Messages

  • Follow-up - Loading forms

    Listed below are details on my original problem.
    One solution I am trying has been to in the connection settings of my browser is to set the proxy to (local, 27.0.0.1) then direct form builder to my browser (firefox) using preferences and selecting run-time tab and selecting the firefox.exe file. Unfortunately I am being told by the browser that it requires to load additional software to solve the problem. Are there other setting that I need to create with in Oracle to allow it to run a form??
    I am a student doing course in Oracle and have been setting up Oracle on my home computer, could I ask that response provide a reasonable amount of detail/steps that may help lead a novice through the process, thanks.
    All assistance would be kindly appreciated
    Regards
    James
    The problem is that I get into Oracle, start SQLPlus, create some tables, start-up sJ... start-up/initialisation and then load form builder and open form file. If I try to run the form, I am first asked to log into the database that allows my tables to be read/write in the form. Then a html window appears but there is no form instead I get the following:
    Run Form -
    Explorer window appears
    Address field is: c:\documents and settings\james\local settings\temp\s3gs.3htm
    In the window the following appears:
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();">
    <form name="pform" action=http://thomson:8889/forms90/f90servlet method="POST">
    <input type="hidden" name="form"          value="c:\Oracle_TutData\Results\CustomerDemo.fmx">
    <input type="hidden" name="userid"          value="SCOTT/AMAZON@">
    <input type="hidden" name="obr"          value="yes">
    <input type="hidden" name="array"          value="YES">
    </form> </body></html>
    Run Form Debug -
    Explorer window appears
    Address field is: c:\documents and settings\james\local settings\temp\s3gs.4htm
    In the window the following appears:
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();">
    <form name="pform" action=http://thomson:8889/forms90/f90servlet method="POST">
    <input type="hidden" name="form"          value="c:\Oracle_TutData\Results\CustomerDemo.fmx">
    <input type="hidden" name="userid"          value="SCOTT/AMAZON@">
    <input type="hidden" name="obr"          value="yes">
    <input type="hidden" name="array"          value="YES">
    <input type="hidden" name="debug"          value="YES>
    <input type="hidden" name="HOST"          value="thomson">
    <input type="hidden" name="PORT"          value="2146">
    </form> </body></html>

    James,
    add the following variable in the Oracle Home entry in the registry as a new String value
    FORMS90_HIDE_OBR_PARAMS
    The value of this variable should be set to 0 (zero).
    The problem you face is caused by a feature that is supposed to hide the username/password details from the request URL when starting Forms from the development environment. At least on XP there are known issues with this. Using teh variable above switches this feature off.
    Frank

  • Loaded Forms on the screen and the underline link between the forms-Callee

    Hi Dear Experts,
    I am wondering wehter you would be able to shed some lights on the follwoing and on how SAP handles below situations:
    In SAP when loading up two documnts and try to add items to each using 'List of Items' screen, the systme is clever enough to return back the item code to the relevant screen.
    I need to know that how SAP is holding this trail of formids when returning the select item code to fill in the document lines on the origianl caller doc.
    Is it some kind of  internal array structures or it could be a table in the database which contains the list of loaded forms on the screen and the revelant callee and caller ids.
    Many thanks in advance.
    Maryam Gharib.

    Hi Maryam Gharib,
    You may check this first: how to work with multiple forms
    Thanks,
    Gordon

  • Load form created by screen painter

    hello every one,
    i've a problem. What are the steps to be followed to load a form created by screen painter?  might i have any  sample code In order to understand the various phases? thank a lot

    hi
    lorenzo pelati
      first u   create  a  form in   screen painter , nd after save this form , when  u save this form than this fom  extation is  .srf file,   after that  convert this file  to  .xml
      file ,  and after call  this form to   our application ,
    follow this code.........................................
    in this code  newpa.xml     is a one form xml file.
    in this code   SBOFormEditor_13  is a screen painter  form id,
      private void LoadFromXML( ref string FileName ) {
            System.Xml.XmlDocument oXmlDoc = null;
            oXmlDoc = new System.Xml.XmlDocument();
            // load the content of the XML File
            string sPath = null;
            sPath = System.IO.Directory.GetParent( Application.StartupPath ).ToString();     
              sPath = System.IO.Directory.GetParent( sPath ).ToString();
              oXmlDoc.Load( sPath + "
    " + FileName );
            // load the form to the SBO application in one batch
              string sXML = oXmlDoc.InnerXml.ToString();
            SBO_Application.LoadBatchActions(ref sXML);
        private void SaveAsXML( ref SAPbouiCOM.Form Form ) {
            System.Xml.XmlDocument oXmlDoc = null;
            string sXmlString = null;
            oXmlDoc = new System.Xml.XmlDocument();
            // get the form as an XML string
            sXmlString = Form.GetAsXML();
            // load the form's XML string to the
            // XML document object
            oXmlDoc.LoadXml( sXmlString );
            string sPath = null;
            sPath = System.IO.Directory.GetParent( Application.StartupPath ).ToString();
            SBO_Application.MessageBox("sahe ha " + sPath, 1, "OK", "", "");
            // save the XML Document
            oXmlDoc.Save( ( sPath + @"\newpa.xml" ) );
      public   call form() {
            SetApplication();
            string transTemp0 = "newpa.xml";
            LoadFromXML( ref transTemp0 );
                    oForm = SBO_Application.Forms.Item("SBOFormEditor_13");
            // Show the loaded Form
            oForm.Visible = true;
            SaveAsXML( ref oForm );
       fallow this code .

  • Error loading Forms 6i in Win XP

    I am trying to load Forms 6i in win Xp environment, but before anything happens i am getting Orainst.exe error.

    this is not the forum for this question.
    It is the Apple Macintosh forum.
    Please go to the Products->Developer Suite->Forms forum.

  • Error loading forms: FRM-92102

    Hi,
    I am unable to load forms in R12. It returns me an error
    Error Description:
    FRM-92102: A Network error has occurred.
    The forms client has attempted to reestablish it's connection to server 5 time(s) without success.
    Please check the network connection and try again later.
    when I try to load the form, I am able to load the form after closing and opening forms for 5-6 times.
    Thanks in advance,
    Srikanth

    Please post the details of the application release, database version and OS.
    Does this happen to all clients? Can you reproduce the issue with a different browser?
    Was this working before? If yes, any changes been done recently?
    Did AutoConfig complete successfully with no errors?
    Can you find any errors in the database log file? Any invalid objects?
    FRM-92102 is a generic error, so please check the application.log file for the complete error message -- How to enable Apache, OC4J and OPMN logging in Oracle Applications R12 [ID 419839.1]
    Thanks,
    Hussein

  • Browser is taking lot of time in loading forms

    Hi
    I am working on forms 10g..
    when i am running my form.... the browser is loading applet and jar files.
    After loading this it is taking lot of time to show forms...
    Even I am clearing all my temp files frequently...
    Why it is taking so much time??
    What I have to do so that it can load forms in very least time??
    Thanks

    After loading this it is taking lot of time to show forms...This could be caused by a resource issue on the Client PC. By resource I mean available RAM, JRE memory settings, etc. It could also be a conflict between the Client OS, installed JRE and the Browser. Please tell us what the Client OS, JRE and Browser are as well as how much RAM is installed on the client pc.
    Even I am clearing all my temp files frequently...Are you clearing the Browsers temporary internet files or the JRE's JAR cache? If the JRE's JAR cache then you are forcing the client to download the JAR each time you clear the JAR cache.
    The slowness can also be caused by how large your FORMS files are and what you are doing in the Pre-Form and When-New-Form-Instance triggers. If you are performing numerous calls to the database or calling SYNCHRONIZE too many time in any of the triggers that fire when a Form initially loads then this will cause your form to load slower.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Unable to load form page

    greetings,
    I was trying to test a custom form.I am encountering the error one like
    "unable to load form page for language vector E".
    is this because of output device which is not suited?
    Regards

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • I have just load form Pdf file and saved try to sign or type the form,it will not let me?

    Downloaded PDF file and try to type the form or sign the form, it it will not let me?

    From: Pat Willener [email protected]
    Sent: 11 December 2012 02:36
    To: chandabajaj
    Subject: I have just load form Pdf file and saved try to sign or type the form,it will not let me?
    Re: I have just load form Pdf file and saved try to sign or type the form,it will not let me?
    created by Pat Willener <http://forums.adobe.com/people/pwillener>  in Adobe Reader - View the full discussion <http://forums.adobe.com/message/4911163#4911163

  • Loading forms using Java 1.7

    Hello friends
    I've installed EBS 12.1.1 on OEL 5.5 (64 bit). I'm trying to load forms using Java version 1.7 but it shows error like "the jinitiator version is high", what I have to do to load forms using Java 1.7.
    Regards
    Aneel Ahmed

    I enabled java console it it shows some logs:
    oracle.forms.net.ConnectionException: Forms session <10> aborted: unable to communicate with runtime process.
      at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
      at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
      at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
      at oracle.forms.net.HTTPNStream.flush(Unknown Source)
      at java.io.DataOutputStream.flush(Unknown Source)
      at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    java.io.EOFException
      at java.io.DataInputStream.readUnsignedByte(Unknown Source)
      at oracle.forms.engine.Message.readDetails(Unknown Source)
      at oracle.forms.engine.Message.readDetails(Unknown Source)
      at oracle.forms.net.StreamMessageReader.run(Unknown Source)
    basic: Applet made visible
    Regards
    Aneel Ahmed

  • Load Form Screen Printer in C#

    Hi all,
    How load a form created in screen printer in language c# ?
    Exemple:
    I use this function to load a form in SAP business one with language VB:
    Private Sub LoadForm()
            Dim oxmldoc As New Xml.XmlDocument
            oxmldoc.Load("Form Name.srf")
            SBO_Application.LoadBatchActions(oxmldoc.InnerXml)
            oForm = SBO_Application.Forms.Item("FormID")
            oForm.Visible = True
        End Sub
    But, in C# this code not is valid.
    Im need a code valid in C#.
    Somebody could help?

    Welcome Fabio
    i use this c# procedure to load a XML:
        private static void LoadFromXML(string FileName)
            System.Xml.XmlDocument oXmlDoc = null;
            try
                oXmlDoc = new System.Xml.XmlDocument();
                // load the content of the XML File
                string sPath = null;
                sPath = System.IO.Directory.GetParent(Application.ExecutablePath).ToString();
                oXmlDoc.Load(sPath + "\\" + FileName);
                // load the form to the SBO application in one batch
                string sXML = oXmlDoc.InnerXml.ToString();
                globals.SBO_Application.LoadBatchActions(ref sXML);
            catch (Exception er)
            finally
                oXmlDoc = null;
                GC.Collect();
    lg David

  • Error wen i load forms from BPE

    Hi all
    When i want to load forms from BPE, This error appears
    ==> Enable to load forms
    ==>com.waveset.util.WavesetException : Invalid XPRESS/XML Object Element : WorkItemDelegator
    Thanks for your help

    I have experienced the same problem but in the subproccess menu.
    It happens after appling SP1 to Idm 6.0 but I can't say you if
    it dipends on it or not.

  • Load form in xml format and resource type of .xml file is set to Embedded

    Getting Error in the Bold statements and again while it throws exception the catch statement is getting error
    oGlobalMain is the object of global class where every object is created and function is defined
    SBO_Application is declared as  Public WithEvents SBO_Application As SAPbouiCOM.Application
    #Region "Load as XML"
        Public Sub LoadAsXml(ByVal FileName As String, Optional ByVal FileType As ResourceType = ResourceType.Content)
            Dim oXmlDoc As Xml.XmlDocument
            Dim oXmlStream As System.IO.Stream
            oXmlDoc = New Xml.XmlDocument
            Try
                If FileType = ResourceType.Content Then
                    oXmlDoc.Load(FileName)
                Else
                    oXmlStream = System.Reflection.Assembly.LoadFrom(System.Windows.Forms.Application.ExecutablePath).GetManifestResourceStream(GetType(modStartUp).Namespace & "." & FileName)
                    oXmlDoc.Load(oXmlStream)
                End If
                oGlobalMain.SBO_Application.LoadBatchActions(oXmlDoc.InnerXml)
            Catch ex As Exception
                oGlobalMain.SBO_Application.MessageBox(ex.Message)
            End Try
        End Sub
    #End Region
    please send me some suggestion, I would be grateful to you.
    Thanks in advance
    regards
    Nandini

    Have you set oCompany.XmlAsString = true?
    Otherwise it is expecting an XML file location and not a string.

  • Help!!  Not Enough Dynamic Memory To Load Form

    Has anyone ever seen this message before? Anyone out there programming J2ME and MIDP? I seriously need help, as I could not get rid of this problem I don't know what to do

    use IBM's J9 VM. :))
    I had this problem whith PersonalJava on iPaq. There it is solved if you make something like thi sbefore loading the form:
       System.gc();
       try{ Thread.sleep( xx);}
       catch( Exception e){}
       //load your form

  • Load form with first record of UDO

    Hi all
    I do a form for my UDO. When a open the form I want to display the first record of my UDO
    how i can resolve it?
    Thanks

    Hi
    Normally UDO from loads with Find mode or otherwise you can forcefully make your query by selecting top one row and then auto click the find button......
    Dim strQuery As String = "select Top 1 from [@Table]
                Dim RecSet As SAPbobsCOM.Recordset
                'Dim oCombo As SAPbouiCOM.ComboBox
                RecSet = SBO_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                RecSet.DoQuery(strQuery)
                If RecSet.Fields.Item(0).Value <> 0 Then
                    Me.m_SBO_Form.Freeze(True)
                    Dim oItem As SAPbouiCOM.Item
                    oItem = Me.m_SBO_Form.Items.Item("1")
                    oItem.Click(SAPbouiCOM.BoCellClickType.ct_Regular)
    Hope it helps

  • FRM-18108 When loading form (due to change in olb)

    Hello,
    I am working with oracle forms 6i and have an object library and pl/sql library that are both utilized in all forms I work with. There was a duplicate stored procedure in the object library and pl/sql library so I removed the duplicate from the object library. This stored procedure that i removed from the olb was subclassed or copied to many of the forms I work with so I have been manually deleting that stored procedure from the forms so that my application will pick up the current version in the attached pl/sql library. The forms run fine however every time I open the forms that had the subclassed library object removed I get FRM-18108 Failed to load the following objects (the message references the object library as the source module and the stored procedure that was removed as the source object.)
    I am not sure why forms is still looking for the stored procedures in the olb, I am confident that the subclassed copies from the olb have been removed form the form and there is no trace of the original code in the olb either. When running the form and calling that stored procedure it picks up the version from the pl/sql library without issue.
    Both the object library and pl/sql library are correctly attached to the form and the registry does contain the path of their physical location. The form has been recompiled several times but I can't seem to get rid of the error.
    Anyone have any idea what I can do to get rid of the FRM-18108 when opening forms that contained this subclassed unit that has been completely removed? It doesn't hurt anything but is annoying. Been searching through the forms but all I could find was issues with attaching the libraries which didn't help me on this.
    Thanks!
    Terra

    use
    SELECT      ...
      TO_DATE(decode(warrenty_flag_yn, 'Y', TO_DATE(warrenty_upto),
                                       'W', TO_DATE(warrenty_upto),
                                       'A', TO_DATE('31-MAR-'||v_year),
                                       'C', TO_DATE('31-MAR-'||v_year),
                                       'X', TO_DATE('31-MAR-'||v_year),
                                       'N', TO_DATE('31-MAR-'||v_year)
                    ),'DD-MM-RR'
             ) AS amc_date
      FROM      pc_item_procurement_history a,
    ...

Maybe you are looking for