How to open multiple forms through differnt responsiblity

I have a 11.5.10.2 system on Linux red hat.
Business pepole want to open multiple forms through different responsiblities from multiple web brower sessions.
However when I opened 2 IE brower sessions, log into responsiblity and open one oracle form in one IE session and log into another responsiblity through second IE session. The first opened form disappear and replaced by the second oracle form opened from another IE session. That means only one Oracle form can be open at the same time for this case.
The current walkaround solution is to open 2 browser sessions using 2 different browsers ( one is IE another is Firefox) to fix this issue. Apparently this is not a good solution.
Can you please give me some suggestion to fix this issue?

Thank you very much for the information.
The note mention:
The new forms launcher does not support opening multiple forms applets for the same database across different responsibilities. Opening a form in another responsibility will cause any forms currently open to close. This behaviour is standard.
However it is possible to enable users to open multiple forms sessions for the same database for the same responsibility when using MS Internet Explorer as the client browser. This is made possible with Patch 3293241. This patch is included in Oracle Applications release 11.5.10 as standard.
My current system is 11.5.10.2. I verified that patch 3293241 has been applied. I have no problem to open mutiple forms with in SINGLE web brower session, within same responsibility. I am aware that you can not open multiple forms through SINGLE web brower session through multiple responsiblity. What I tried to do is to open mutiple forms through multiple web browers sessions. Open one brower session, log into system and open a form, then open another web brower session, log into the sytem and open a form through different responsiblity. The system does not allow me to open multiple forms through multiple web brower sessions. Only the latest form can be displayed. Is this standard design for 11.5.10?
Can Form Servlet architecture solve this limitation?
Actually afterI changed some form funcation paramter in Oracle Application Developer responsiblity, I can open 2 form session from 2 different responsiblities through 2 web brower sessions. I can open one form session as Application Developer and another form session through another responsiblity. Then I can switch to other responsiblity through Application Developer responsiblity to open forms.
Is there any other way I can open multiple form sessions to the same database through multiple web brower sessions?
Thanks a lot for your help
Edited by: wcxtao on Nov 3, 2008 9:47 AM
Edited by: wcxtao on Nov 3, 2008 9:57 AM
Edited by: wcxtao on Nov 3, 2008 10:08 AM

Similar Messages

  • How to Open multiple form with only one screen painter file

    Hi all ,
    I want to reopen the form without closing the active form ,i want to use same srf file ..
    I have already try it but form already exist error occur .
    pl help me , how to do it ?
    how to open multiple form with same srf file without closing active forms .
    thanks in advance,
    msw

    <?xml version="1.0" encoding="utf-16" ?>
    <Application>
      <forms>
        <action type="add">
          <form appformnumber="-1" FormType="-1" type="0" BorderStyle="0" uid="BOE" title="Bill of Entry" visible="1" default_button="1" pane="0" color="0" left="365" top="62" width="801" height="410" client_width="785" client_height="372" AutoManaged="1" SupportedModes="15" ObjectType="">
            <datasources>
              <dbdatasources>
                <action type="add">            
                </action>
              </dbdatasources>
              <userdatasources>
                <action type="add"/>
              </userdatasources>
            </datasources>
            <Menus>
              <action type="enable">
                <Menu uid="1282"/>
              </action>
              <action type="disable">
                <Menu uid="5890"/>
              </action>
            </Menus>
            <items>
            </items>
            <ChooseFromListCollection>
              <action type="add">
                <ChooseFromList UniqueID="-1" ObjectType="-1" MultiSelection="0" IsSystem="1"/>          
              </action>
            </ChooseFromListCollection>
            <DataBrowser/>
            <Settings Enabled="0" MatrixUID="" EnableRowFormat="1"/>
          </form>
          <form appformnumber="-1" FormType="-1" type="0" BorderStyle="0" uid="BOE1" title="Bill of Entry" visible="1" default_button="1" pane="0" color="0" left="365" top="62" width="801" height="410" client_width="785" client_height="372" AutoManaged="1" SupportedModes="15" ObjectType="">
            <datasources>
              <dbdatasources>
                <action type="add">
                </action>
              </dbdatasources>
              <userdatasources>
                <action type="add"/>
              </userdatasources>
            </datasources>
            <Menus>
              <action type="enable">
                <Menu uid="1282"/>
              </action>
              <action type="disable">
                <Menu uid="5890"/>
              </action>
            </Menus>
            <items>
            </items>
            <ChooseFromListCollection>
              <action type="add">
                <ChooseFromList UniqueID="-1" ObjectType="-1" MultiSelection="0" IsSystem="1"/>
              </action>
            </ChooseFromListCollection>
            <DataBrowser/>
            <Settings Enabled="0" MatrixUID="" EnableRowFormat="1"/>
          </form>
        </action>
      </forms>
    </Application>

  • How to open multiple Forms sessions

    How do I open multiple sessions of Oracle Forms on the same Client machine. Right now if I have a Forms session open, when I open a new browser session and type in the URL it takes me back to the Oracle Forms session which I have open. I am running Forms 6i on 9iAS on a Solaris machine. Thanks in advance for any suggestions.

    Rajesh,
    Your question will be answered rightly in the Oracle - Forms discussion formums.
    Thanks,
    Bala.

  • How top open multiple forms at the same time in HRMS menu

    Hi,
    When enabling "Close Other forms" in HRMS menu by excluding the function ‘Navigator: Disable Multiform’ Function in the Responsibility Definition (System Administrator -> Security -> Responsibility -> Define), mutliple forms works fine but I'am facing another error.
    My problem is: when this option is enabled, I tried to run Payroll run request but it turned out that payroll list of values is returning empty values and I'am unable to select any payroll from list of values. the only way to do so is to remove back ‘Navigator: Disable Multiform’ Function from exclusion section in responsibility.
    My requirment is: to have multiple form and payroll run list of values working at the same time
    Thanks

    Reason for this , if ur request is attached to more than 1 responsibility , i think this issue will come , we got same issue
    we remove it from responsibility list , then it is working fine

  • How to open multiple form?

    I created a PR form under AP, and it loaded successfully for the first click.
    However, how to code it in C# to be able to pop up another PR form? Just like SAP System form, it popups another form when the menu is clicked.
    Thank you for your kind attention.
    Ken

    Hi
    Your need to change formUID.
    Note: don't use SAP reserved uid's "F_".
    HTH
    Regards
    Sierdna S.
    P.S. An example.
    Public Function SBO_CreateForm_Select( _
           ByRef in_oApp As SAPbouiCOM.Application, _
           ByRef in_oCmp As SAPbobsCOM.Company _
    ) As SAPbouiCOM.Form
      Dim oForm As SAPbouiCOM.Form
      Try
          SBO_Application = in_oApp
          SBO_Company = in_oCmp
          Dim sFormXmlFile As String = "MY_FORM.xml"
          Dim sUniqueID As String = "O99_" & Format(Now.Millisecond, "000") ' where O99 is your parthner ID
          Call ReplaceUIDandLoadToB1(sFormXmlFile, sUniqueID)
          oForm = SBO_Application.Forms.Item(sUniqueID)
          oForm.Visible = True
      Catch ex As Exception
          Dim s As String = ex.Message
          SBO_Log.WriteLog(Me.ToString, "SBO_CreateForm_Select", s)
          SBO_Application.StatusBar.SetText(ex.Message, BoMessageTime.bmt_Long, BoStatusBarMessageType.smt_Error)
          If Not oForm Is Nothing Then
           oForm.Close()
           oForm = Nothing
          End If
          'Me.SBO_FormEventHDL.oPrzSpeForCli = Nothing
      Finally
          System.GC.Collect() 'Release the handle to the table
      End Try
      Return oForm
    End Function
    ' Change Form UID
    Private Sub ReplaceUIDandLoadToB1( _
          ByRef FileName As String, _
          ByVal a_uid As String _
      Const XML_FormUIDPath As String = "Application/forms/action/form/@uid"
      Dim oXmlDoc As Xml.XmlDocument
      Try
          oXmlDoc = New Xml.XmlDocument
          Dim sPath As String = SBO_AppStarupPath
          oXmlDoc.Load(sPath & "\" & FileName)
          oXmlDoc.SelectSingleNode(XML_FormUIDPath).Value = a_uid
          Dim sPercorso As String = System.Environment.GetEnvironmentVariable("TEMP")
          oXmlDoc.Save(sPercorso & "\" & a_uid & ".xml")
          SBO_Application.LoadBatchActions(oXmlDoc.InnerXml)
      Catch ex As Exception
          SBO_Application.MessageBox(ex.Message)
      End Try
    End Sub     ' Change Form UID
    Edited by: Sierdna S on Sep 30, 2008 9:51 AM

  • How to open a form multiple times

    pl tell me how to open a form multiple times

    HI Sagar,
    Before adding the form to SBO
    try to get the existing count of the form
    as shown below
    For int = 0 To objApplication.Forms.Count - 1
                If objApplication.Forms.Item(int).TypeEx = FormType Then FormTypeCount += 1
    Next
    THEN append that with your form type as shown below
    objFormCreationParams.FormType=FormType & "_" & FormTypeCount.ToString
    Then add the form to SBO
    SO every time your form is opened the unique id will like URFORMTYPE_1,URFORMTYPE_2 and so on
    Hope this helps
    regards
    vishnu

  • How to open the forms in Browser.

    Dear all,
    can anyone tell me how to open the forms develop in form 6i in browser like Internet Explorer.
    Muhammad Nadeem

    Hi,
    The following Host built-in takes you to the specified site,
    Host('Netscape http://www.oracle.com');
    Best Regards,
    Deepak Rai
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rama Ala ([email protected]):
    Hi,
    We can open internet browser by using HOST command in FORMS. How to open specific URL into the browser through FORMS.<HR></BLOCKQUOTE>
    null

  • HOW TO OPEN A FORM developed IN 10Gds REL2

    HI,
    How to open a form developed in 10gdsrelease 2 in 10g release1.
    It gives ros error.
    Thanks in Adv.
    Rup
    Message was edited by:
    Rup
    Message was edited by:
    Rup

    My suggestion would be to try converting the form to XML using <10gHome>\bin\frmf2xml.bat, and altering this XML to look like R1 XML. Simply changing the Module version might do the trick, but probably not.
    To see the difference between 10gR1 and 10gR2 XML formats, take a reasonably complex R1 form and convert it to XML. Next, upgrade that same form to R2 and convert it to XML. Compare the two XML files.
    Applying the knowledge gained from this comparison, modify the XML from your original R2 form. Try converting back to FMB using <10gHome>\bin\frmxml2f.bat Please share your findings with the forum!
    Hope this helps,
    Eric Adamson
    Lansing, Michigan
    PS: It is assumed that you have access to both 10gR1 and R2 installations!

  • How to open a FORM developed in 10gds release2 into 10gds release 1 ????

    How to open a FORM developed in 10gds release2 into 10gds release 1
    Thanks in adv.
    Rup
    Message was edited by:
    Rup

    Please check out the Forms.

  • Open multiple forms, few in Enter-Query mode

    Hi All,
    I want to open multiple forms from a form using open_form built-in. If user clicks on different items of the parent form different child forms are invoked.
    But if one child form is opened in Enter-Query mode (I have 'enter_query;' in its when-new-form-instance) it does not allow to put focus back on parent form and invoke other forms until I execute_query in child form or close the child form.
    Waiting for your replies. Thanks in advance.
    Regards
    Mona

    Hi Friends,
    Has anybody ever faced this problem. Please reply.
    Regards

  • How to open multiple artboard illustrator file in illustrator. Coz, whenever we open a multiple artboard file, illustrator provide an option to chose one artboard but does not allow opening of all artboards. Somebody may explain it

    How to open multiple artboard illustrator file in illustrator. Coz, whenever we open a multiple artboard file, illustrator provide an option to chose one artboard but does not allow opening of all artboards. Somebody may explain it

    Doug's got it right. It sounds like you are trying to open a later version file in an earlier version. This will always be handled as opening the PDF portion of the file. Try Googling AI_openMultiPagePDF for a script to open these or Resave from the newer version to the older.

  • How to open multiple sql files in only one ssms instance

    how to open multiple sql files in only one ssms instance, I can't get anything to work that I find online..I hope you can help us.

    I tried opening two files but selecting and hitting enter. it opens one SSMS and two tabs.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • HOW TO OPEN MULTIPLE TABLES IN SQL DEVELOPER SIMULTANEOUSLY

    hello i m new to sqldeveloper so plz dnt laugh if m asking silly question
    HOW TO OPEN MULTIPLE TABLES IN SQL DEVELOPER SIMULTANEOUSLY

    Use the 'pin' on your table editor
    http://www.thatjeffsmith.com/archive/2011/11/sql-developer-quick-tip-pin-query-result-sets-and-plans/
    Then open your 2nd table. If you want to see both at the same time, right-click on the table editor tab and select 'New Editor Tab Group'
    Not a silly question, but no need to shout :)

  • How to close infopath form through code?

    Hi All,
    How to close infopath form through code, thanks in advance!

    Hi Sam,
    Please check if the articles below can be help:
    http://www.bizsupportonline.net/browserforms/programmatically-submit-infopath-form-sharepoint-send-email-close-form.htm
    http://www.bizsupportonline.net/blog/2009/01/how-to-programmatically-run-code-close-infopath-web-form/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to open multiple instances of same form thru menu items

    i'm not able to open another instance of the form.....if i want to open multiple instances of same form ...what should i do???

    Hi Shenaz,
    To open multiple instances of the same form you need to set a different FormUID to each form you open.
    So lets say your FormType is MyFormXPTO. You need can set the FormUID as MyFormXPTO_1, MyFormXPTO_2, and so on.
    If you need a code samples, take a look at this post.
    Regards,
    Vítor Vieira

Maybe you are looking for

  • Useless Plists

    How can I erase the plists that are no longer in use? ie. I deleted the Tiger Woods PGA Tour game and still when I go to ~/Library/Preferences the .plist file is still there.. I COULD erase them one by one.. but i don't know which plist is of which p

  • Error adding entitlment system entry in the sap authentication

    Hi people, I could not add entry in the sap authentication. Every time I try to add entry nothing happens. I press button "New", page is reloaded and in the end I do not see anything in the list "Logical system name". There are several strings in the

  • After Effects GPUSniffer crash SOLVED

    I have seen several people with the problem "GpuSniffer" when After Effects is loading. (I have a Nvidia GTX 760 graphic card) In my case the solution has been: ****First: Install the CUDA drivers (after do this the "gpusniffer crash" dissapeared but

  • HT2736 Where is the source list??? This is way too confusing. (-_-)

    I just want to add money to my iTunes account online! I'm so frustrated. I thought this could be done through email, but I can't find the "source list" that was mentioned.

  • Is it possible to connect to two different clusters?

    Hi, I was wondering if it was possible to connect to two different clusters from the same process? What I would like to do is to able to get some cache on the first cluster and others on a second cluster. The cache-config DTD doesn't seem to forbid t