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

Similar Messages

  • 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 .

  • 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

  • TS3623 when i play a rented the movie it comes out the follow notice   loading  AN ERROR OCCURRED LOADING THIS CONTENT.   TRY AGAIN LATER

    I have rent couple movies which I cannot play,  when i play the movies it come out the follow notice
    loading
    AN ERROR OCCURRED LOADING THIS CONTENT.
    TRY AGAIN LATER
    someone knows why is this happening ? how can I get my money back?

    How did this get resolved?

  • 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.

  • Based on following code Form Key press Event, after loading form, If I Press F1 key Keypress event doesnt work

    private void EditGuestForm_KeyPress(object sender, KeyPressEventArgs e)
                string j=e.KeyChar.ToString();
                if (e.KeyChar ==(char)Keys.F1)
                    ViewGuestForm v = new ViewGuestForm();
                    if (v.ShowDialog() == DialogResult.OK)
                        guestcodetoedit = v.guestcode;
                       GridViewShowGuest.DataSource = classguest.GetGuestbyCode(guestcodetoedit);
                       filldata();
            }

    Hello,
    It is glad to hear that you got it working and thank you for sharing your solutions & experience here. It will be beneficial for other community members who have similar questions.
    Regards.
    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.

  • 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,
    ...

  • Loading forms applet ( 2MB Download ???)

    While running forms on Forms server of 9i AS, message shows
    the loading applet message on clent browser, and waits for few
    time.
    Jinitiator is also installed on the client machine. Some people
    said everytime form is executed on client browser, 2MB download
    is made,
    is it Jinitiator is solution for that ? or it is mandatory
    to download 2MB applet on client browser.
    Please throw some light on this issue.
    Thanks,
    - Dilip.

    hi,
    normally the cache is updated once.
    So, first time you run your web form application, it will
    download te 2 MB file.
    The following times, you will see that it will not download and
    the form will load more rapidly. To see this well, activate the
    java console in the Jinitiator.
    I recently tried something that worked in 90% of cases. Copy the
    downloaded cache files from one client that has previously
    download the cache files to another client that has not yet
    downloaded it. The jinitiator does not download the 2MB files
    again.
    I dunno if the cache files that are downloaded are always the
    same and they expire after some time...
    I wanted to know if the download of cache files can be done from
    another server than the application server..... If you have
    something on this please let me know
    cheers
    yogeeraj

Maybe you are looking for