Open several forms in one F. Builder

Hi everybody!!
In Windows 2000, when I open a fmb (by double clicking in the explorer) it starts a Forms Builder program, if I do it again , it starts another one.
What can I do to open all the fmb in the same Forms Builder???
Thanx in advance.

I'm sure there is another possibility, but:
open the first form with doubleclick, open all subsequent forms via menu file->open.

Similar Messages

  • Error when opening the form

    Hi everyone,
    While opening a form in one of the Oracle Retail applications the error:
    FRM:41067-Cannot find Menu Item:Invalid ID
    is thrown. However when we click OK, the error goes off and system lets us to continue with using the form.
    On another form, the following 3 errors are thrown as soon as we open it:
    FRM:41091-Cannot find LOV:Invalid ID
    FRM:41828-LOV does not exist
    FRM:40738-Argument 1 to builtin SET_LOV_COLUMN_PROPERTY cannot be null.
    Again this error goes off once we click OK.
    This error is not happening on the base application and is happening only on the customer environment. I checked Oracle Retail specific tables but everything looks fine. Is there any environment specific parameters that could cause this error? Please advice.
    Regards,
    Preeti.

    Preeti,
    The only thing I can think of is that your customer does not have the correct version of the Form that is giving the error. Have your customer bring up the Forms Information screen (sorry, I don't recall the key stroke for this) and have them scroll to the Version section. Then compare this with your form that works. I am guessing that the versions are not the same.
    If they are the same, then you might be dealing with a setup issue. You might want to ask your question in the General EBS Discussion forum. I thought Oracle had a forum for their Retail product, but I couldn't find it. This forum would be the next best.
    Sorry I couldn't be more helpful.
    Craig...

  • Taking  few minutes to open this form?

    Hi expert all.
            when  i want to open  a form (particularly one form)   it will take  few minuties to show thiis form.
    could  you  tell me why this is hapening?

    Hi
    Drawing the form from an XML file will make a difference.
    First you need to save your form to an xml file
    The "C:\Program Files\SAP\SAP Business One SDK\Samples\COM UI\CSharp\04.WorkingWithXML" sample demonstrates how to do it.
    You don't have to use the "Load batch action" method for loading the XML file into a form.
    You can load the XML into the FormCreationParams object.
    the second part is to fill the data into the form, where from do you take the data? (datasources?)
    Best regards,
    Miki

  • Open a form with space on the path with form builder from a batch

    Hi,
    I cannot open a form from a batch on Windows if the absolute path contains spaces.
    For example, if I try to open a form in "C:\" from cmd with C:\ORANT\bin\ifbld60.exe C:\Form.fmb, I have no problem, if I try to open a form in "C:\Documents and Settings" with C:\ORANT\bin\ifbld60.exe "C:\Documents and Settings\Form.fmb" or C:\ORANT\bin\ifbld60.exe C:\Documents and Settings\Form.fmb, I have some dialog with info and the error FRM-90927 and form builder doesn't start.
    Thank you,
    tom
    Edited by: 912104 on 16-ago-2012 3.17 - title

    Hi,
    >
    I cannot open a form from a batch on Windows if the absolute path contains spaces.
    For example, if I try to open a form in "C:\" from cmd with C:\ORANT\bin\ifbld60.exe C:\Form.fmb, I have no problem, if I try to open a form in "C:\Documents and Settings" with C:\ORANT\bin\ifbld60.exe "C:\Documents and Settings\Form.fmb" or C:\ORANT\bin\ifbld60.exe C:\Documents and Settings\Form.fmb, I have some dialog with info and the error FRM-90927 and form builder doesn't start.
    >
    Why is that you want to open a FMB in Form Builder with a Batch file?
    Is it that your application has only one FMB and that you work with only one FMB all the time?
    Cheers,
    PS: And if you must open the FMB through a batch file then look up the Form Builder Help for "Command Line options". It is an excellent resource.
    Edited by: Prabodh on Aug 16, 2012 3:06 PM

  • Problem i'm facing while trying to open the form builder

    Hi all,
    I'm facing a small problem while i'm trying to open the form builder via Portal - content management - form builder, i.e., intially a dialogue box statting that :
    Applet(s) in this HTML page requires a version of java different from the one the browser is currently using. In order to run the applet(s) in this HTML page, a new browser session is required, press 'Yes' to start a new browser session.
    is getting displayed.
    when i click either of the buttons, only a statement as : java plug in dected JRE collission  get's displayed.
    If any one knows what this problem is all about, please share the same.
    thanks in advance...

    Hi Vipin,
                   It should be the problem with the JDK version you have currently got installed. Un Install the current version and install latest JDK and set your browser to use this JRE.
      Also goto System Admin>System Config>Content Admin-->Form based publishing and ensure that the check box for "Allow HTML Output" is checked.
    Regards
    Ramesh.

  • Facing Problem While Opening the Form Builder 10g

    Hi Experts,
    I am Facing below Error while opening one of the developed forms in the form builder 10g. Operating system of my laptop is Window 7.
    Oracle Forms Designer Has stopped Working
    Windows can check online for a solution to the problem.
    ---> Check online for a solution and close the program
    ----> close the program
    Please provide any tips or solutions to resolve above Error.
    Thanks in advance

    Meher Irk wrote:
    Hi Experts,
    I am Facing below Error while opening one of the developed forms in the form builder 10g. Operating system of my laptop is Window 7.
    Oracle Forms Designer Has stopped Working
    Windows can check online for a solution to the problem.
    ---> Check online for a solution and close the program
    ----> close the program
    Try this..
    Open form builder.
    Make connection with database.
    Now open the form.
    Hope this works..

  • Is it possible send several interactives forms in one only email?

    Hi again experts!
    I would like to know if is it possible attach many interactives forms in one mail.
    In order to do personnel evaluation we send an  e mail to Departement Manangers attaching an interactive form for every employee in his or her Department.
    I'd like send only one email for every manager.
    Do you think is it possible?
    If yes, some idea?
    Thank you very much,
    Gloria

    Hi gloria,
    Yes it's possible to do it .
    When you create an e-mail with BCS functionnality you can add several attachment to it .
    Here is a sample code for this .
    Best regards.
    Bertrand
    TYPE-POOLS : abap .
    DATA : data_for_update TYPE zdemopdf ,
           hexa            TYPE solix_tab.
    DATA : fm_name   TYPE funcname ,
           param     TYPE sfpoutputparams,
           doc_param TYPE sfpdocparams ,
           output    TYPE fpformoutput .
    ** CLASS-DEFINITIONS
    DATA: send_request       TYPE REF TO cl_bcs.
    DATA: document           TYPE REF TO cl_document_bcs.
    *DATA: sender             TYPE REF TO cl_sapuser_bcs.
    data: sender            TYPE REF TO if_sender_bcs.
    DATA: recipient          TYPE REF TO if_recipient_bcs.
    ** INTERNAL TABLES
    DATA: l_mailtext TYPE soli_tab.
    DATA: iaddsmtp   TYPE TABLE OF bapiadsmtp.
    DATA: ireturn    TYPE TABLE OF bapiret2.
    ** VARIABLES
    DATA: mail_line  LIKE LINE OF l_mailtext.
    DATA: bapiadsmtp         TYPE bapiadsmtp.
    DATA: subject    TYPE so_obj_des.
    DATA : att_subject TYPE so_obj_des.
    DATA : w_except TYPE REF TO cx_root .
    FIELD-SYMBOLS : <smtp> TYPE bapiadsmtp.
    param-nodialog = abap_true. " suppress printer dialog popup
    param-getpdf = abap_true.
    doc_param-langu = sy-langu.
    doc_param-country = 'FR'.
    doc_param-fillable = abap_true.
    doc_param-dynamic = abap_true.
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        i_name     = 'ZDEMO_PDF'
      IMPORTING
        e_funcname = fm_name.
    *Set subject of the mail
    subject = 'Sample Mail with several forms'.
    * Set text of the mail
    mail_line = 'here it is'.
    APPEND mail_line TO l_mailtext .
    * Set attachment name
    att_subject = 'Sample form'.
    TRY.
    * Create persistent send request
        send_request = cl_bcs=>create_persistent( ).
    * Get sender object
        sender = cl_sapuser_bcs=>create( sy-uname ).
    * Add sender
        CALL METHOD send_request->set_sender
          EXPORTING
            i_sender = sender.
    * Create the Recipient
            recipient =
         cl_cam_address_bcs=>create_internet_address( ****** ). " Set the e-mail adress of the recipient
    * Add recipient with its respective attributes to send request
        CALL METHOD send_request->add_recipient
          EXPORTING
            i_recipient  = recipient
            i_express    = 'X'
            i_copy       = space
            i_blind_copy = space
            i_no_forward = space.
    * Set that you don't need a Return Status E-mail
        CALL METHOD send_request->set_status_attributes
          EXPORTING
            i_requested_status = 'E'
            i_status_mail      = 'E'.
    * set send immediately flag
        send_request->set_send_immediately( 'X' ).
    *Build Document
        document = cl_document_bcs=>create_document(
                            i_type    = 'RAW'
                            i_text    = l_mailtext
                            i_subject = subject ).
    *     add attachment to document
    do 5 times.
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        ie_outputparams = param
      EXCEPTIONS
        cancel          = 1
        usage_error     = 2
        system_error    = 3
        internal_error  = 4.
    CHECK sy-subrc EQ 0.
    CALL FUNCTION fm_name
      EXPORTING
        /1bcdwb/docparams  = doc_param
        data_for_update    = data_for_update
      IMPORTING
        /1bcdwb/formoutput = output
      EXCEPTIONS
        usage_error        = 1
        system_error       = 2
        internal_error     = 3.
    CALL FUNCTION 'FP_JOB_CLOSE'
      EXCEPTIONS
        usage_error    = 1
        system_error   = 2
        internal_error = 3
        OTHERS         = 4.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
      EXPORTING
        buffer     = output-pdf "PDF file from function module
      TABLES
        binary_tab = hexa.
        CALL METHOD document->add_attachment
          EXPORTING
            i_attachment_type    = 'PDF'
            i_attachment_subject = att_subject
            i_att_content_hex    = hexa.
    * Add document to send request
        CALL METHOD send_request->set_document( document ).
    enddo.
    * Send document
        CALL METHOD send_request->send( ).
        COMMIT WORK.
      CATCH cx_send_req_bcs INTO w_except.
      CATCH cx_address_bcs INTO w_except.
      CATCH cx_document_bcs INTO w_except.
    ENDTRY.

  • Open several instances of the update Form - session state handling problem

    Hi,
    I have a page with a classic report region on a database table and an other page that has an update form region for updating the records on the previous page. The application navigates from the page containing the classic reports region to the update page via the primary key link displayed in the reports region.
    Users tend to open the multiple instances of the update form by right clicking in the browser the primary key links in the classic reports region. I couldn't pinpoint the problem yet, but I have 'data overwrite issues' i.e. records are updated with form item values that are entered in the other - concurrently opened - update forms.
    Is this the 'normal' way of doing things? I think the problem is that APEX keeps track of only one single instance of any item on a page. If the same page is opened several times in the same browser, APEX updates the state of the page and items within with the one on the most recently opened page or submitted page.
    Can I enable users to use the application as they are currently doing, i.e. by opening the update form several times in the same browser concurrently and still make APEX to handle this?
    TIA,
    Tamas

    I would also argue that the amazon.com example is not entirely valid. Opening your products in multiple tabs and hitting "buy" on all of them sounds analogous to multiple "insert"s in our Oracle world...every item is probably not in your cart and so it's possible to stuff three new items into your cart with no conflicts.
    The sticky issue is when you are editing existing data and I am not quite seeing Amazon as an example either of working in multiple windows.
    I went to amazon.com and signed in. I did the following:
    1. Home page came up with suggested items of children's books. I right-clicked on a book (book B) and opened it in a new window and clicked "add to cart". In my original window I clicked on a book (book A) and added it to my cart.
    2. I closed the new window I had opened.
    3. In the original window in which I was dealin with Book A, I clicked "View cart". It had books A and B in it. I didn't have a separate shopping cart for Book A and a separate shopping cart for Book B! Apex would do the same thing.
    4. Now looking at my cart, I hit Ctrl + N and opened a duplicate window. In one window I changed the quantity on Book A to 2 and on the second window I changed the quantity on Book A to 3. When all was said and done, I still had ONE cart and Book A with 3 was the prevailing record. What is it that they would expect Apex to do with a similar situation?
    What is it your users are doing in their amazon.com example that is theoretically different than what Apex supports?

  • I want to put several images on one sheet.  In other words, I want to open a blank document and move photos on to it.  Is this possible with Elements, and if so, how do I do it?

    I want to put several photos on one sheet.  In other words, I want to open a blank document and move several photos on to it.  Is it possible to do this?  If so, how?
    Thanks, Leslie

    lesliew13734700 wrote:
    OK, another question.  I opened a new blank file and the picture I want to move is in the Photo Bin.  That image is 2 in. X 3 in.  But, when I move it onto the blank image, which is 8X10, it fills up the entire space.  I can't figure out how to put it in the new image in the correct size relationship. 
    Open the picture file, go to Image>resize>image size. Read what the resolution is in px/in, write it down, do nothing else here at this time
    Go to File>new>blank file, Enter the dimensions , resolution the same value that you wrote down in step #1, background color to suit, ok it.
    Go back to the picture file, go to Select>all, go to Edit>copy to put it on the clipboard
    Go back to the blank file, go to Edit>paste
    Get the move tool out of the toolbox, position the picture, and resize with the corner handles of the bounding box, if necessary..
    Note: For printing, the rule of thumb is that the resolution be in the 240-300px/in range, although I have had good results below this value. For web work, 72 px/in is ok.

  • Opening several documents only in ONE windos of StarOffice

    How can I make StarOffice to open ONLY one window in the task bar when opening several documents? Thanks

    It would help to know how you are scanning and the hardware used. There are just too many possibilities to answer your question as stated (if we even know the answer).

  • Oracle form builder 10g is not opening any form ,on Vista

    I have installed DevSuite 10g and its update in my Vista machine. Everything is working fine ,but when I try to open any form in form designer(form builder) the form builder crashes and it gives me error saying-
    "Oracle form designer has stopped working
    A problem caused the priogram to stop working correctly. Windows will close the program and notify you if a solution is available."
    It does not get any problem if I try to open any other file. But it crashes when try to open any fmb file. Please help how can we resolve this issue.

    Please try this and report back:
    In your Vista platform, create a simple form. No canvas required, just two procedures:
    PROCEDURE P2 IS
    BEGIN
    NULL;
    END;
    and
    PROCEDURE P1 IS
    BEGIN
    P2;
    END;
    First, create procedure P2 and compile it.
    Then create procedure P1 and compile it.
    Go back to P2, and remove the semicolon after the NULL. If you try to compile it, it will fail.
    Go to procedure P1 and try compiling it.
    Does Forms Builder crash at this point?

  • Getting FRM-18108 and FRM-10102 when opening a form with Form Builder

    Hi,
    we're migrating from Forms 6i to Forms 10g. If I try to open a form in Form Builder 10g, FRM-18108 and FRM-10102 are appearing. I checked registry entries on my XP-System (FORMS90_PATH) and everything seems to be similar to the old Forms environment.
    Any ideas ?
    Thanks,
    Markus

    Hello,
    FRM-18108: Failed to load the following objects.
    Cause:  Forms could not load the foreign references specified.
    Action:  Verify that all the referenced forms and object libraries are present.
    FRM-10102: Cannot attach PL/SQL library %s.
    This library attachment will be lost if the module is saved.
    Cause:  The library you specified is locked by other users, the library name is invalid, or the library module could have been moved from or not exist in the FORMS90_PATH directory list.
    Action:  Check the library name and try again later.
    Francois

  • Prior to upgrading to 9.5, I used to be able to open several different PDF's in one Adobe Reader.  Each document would have it's own tab across the toolbar.  Now I don't have that open.  Instead, I have multiple Adobe Readers open at the bottom of my scre

    Prior to upgrading to 9.5, I used to be able to open several different PDF's in one Adobe Reader.  Each document would have it's own tab across the toolbar.  Now I don't have that open.  Instead, I have multiple Adobe Readers open at the bottom of my screen.  Any suggestions on how to change that?  Thanks!

    Not possible with the actual versions of Adobe Reader.

  • How to open a form and close another one

    hi,
    I wish to open a form from another, and then close the calling form. In other words, having FORM1 and FORM2, FORM1 should do this:
    OPEN_FORM ('FORM2',ACTIVATE,SESSION);
    EXIT_FORM(NO_COMMIT,NO_VALIDATE);
    but I cant get this to work. As FORM1 is modal, it opens FORM2 but its still open. Changing the order of the two statements only cause FORM1 to be closed. Can I perform the two operations from within FORM1, avoiding to put the EXIT_FORM statement in FORM2?
    thank you

    Hello,
    Use NEW_FORM to replace the calling module.
    Francois

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

Maybe you are looking for