Can't close form

HI,
I've got a big application in forms 4.5 with Oracle 7 and Oracle 8i. I transform this application in Forms 6i, my application can run and the communication with the database is OK, but i can't close it (any form) this error system message appear immidiately
ifrun60.exe - Image incorrecte (i'm french)
the application or the dll :c:\WINNT\System32\user.exe is not a valid Windows picture. Virify with your installation floppy. (Sorry for my translation.)
This message appear when i want to do an exit_form with this application by some function. The application test Bankapp run normally, and this message appear with an OS W2K or Win NT4 pack6. When i try to do an DO_KEY('EXIT_FORM') the application run with the CPU at 100 % and never stop. When i try to do an EXIT_FORM without passing to my function, the application do nothing.
I don't know what to do.
thanks for your help

This forum is for general Oracle Forms questions. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
As you are clearly working with the Oracle Enterprise Business Suite (EBS) you are going to want to become familiar with the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
<ul>
<li>Oracle Applications Developer's Guide
<li>Oracle Applications User Interface Standards for Forms-Based Products
<li>Oracle Application Framework Personalization Guide
</ul>
Craig...

Similar Messages

  • How can I close a category in the form central form without closing it as error?

    How can I close a category in the form central form without closing it as error?

    I'm still not sure I follow - let me see if this is right.  You want to have users signing up for something using a FormsCentral form and then when something is full you'd like that section to show as "Closed" or full so nobody else can sign up for that particular event/day/time?  If that is the goal FormsCentral does not have any logic to close certain portions of the form.
    Thanks,
    Josh

  • How can do i set button to close form

    have put together an internal enquiry report form. to be filled in over a 2 week period and saved each time closed then submitted at the end of the fortnight. How can I set a button to save an close form. I don't need or want to close acrobat program
    thanks
    craig

    Hi Pascal,
    Add this script to the click event of your button. It will close the window containing the form.
    app.execMenuItem("Close");
    Denver
    Adobe Enterprise Support.

  • Open form - close form problem

    Hi. Using JDeveloper 10.1.3.3., ADF BC.
    Simple, yet not so simple problem: I have two forms, Main and Detail (JFrame). Main form has menu item which I use to open Detail form:
    try {
    FormDetail frmDetail = new FormDetail();
    frmDetail.setBindingContext(panelBinding.getBindingContext());
    // center jframe, visible = true
    showNewForm(frmDetail);
    } catch (Exception ex) {
    ex.printStackTrace();
    } finally {
    I want to create new instance every time I show Detail form. But I have problem closing detail form. Here is Detail constructor:
    public FormDetail() {
    addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    dispose();
    Here are actions:
    1) start Main form
    2) open Detail form
    3) close Detail form
    4) try to open Detail form - oracle.jbo.JboException 35001.
    I've read about this error, but I don't know how to avoid it.
    I cannot accept that I always have to use setVisible(true) and setVisible(false) on all my forms. There has to be a way to dispose of detail forms, and re-create them. Can someone please help?
    Also, read article on Re: ADF-JClient bug
    No solution there

    I have looked at it before. I am not working with MDI forms, so I cannot apply this.
    I found this article which could solve my problem, but I don't know how is "thedude" creating that Abstract class he was talking about...
    Link: Re: how to release panelbinding correctly?
    As I understood, I should release panel binding before I can release the form...
    Default behavior of detail form's window listener is Exit(0). I want to reinstantiate form every time I open it.

  • How To Use F4 Command in Oracle Developer 10g to close Form on Web

    Hi,
    How can we close a running form and come on main menu screen in Oracle Developer 10g, when we are working on Web.
    This can we do easily in Oracle Developer 6i but it will work for desktop based application.
    Thanks

    Hi Vansul,
    Thanks for your reply.
    can you please tell me in which file i need to make changes.
    where is that file located, i didn't see any folder with the name of configuraton.
    How can i add entry for F4 in file.
    Thanks

  • Can't close a window in html or JS

    How can I close a "child" window opened from a "main" window in html or JS without resorting to asking the user to close the "child" browser window? I think I have tried just about everything. I have tried opening the "child" window by an tag and with JS. I can get the "child" window to open but cannot seem to return to the unchanged "main" page. I know I must be doing something wrong.

    <form> should be inside the body element.
    <html>
    <body onClick="window.close(self)">
    <form>
    Click here to return to entry form.
    </form>
    </body>
    </html>
    There's no immediate need for a <form> element. You can use a pseudo button. Simply give the visitor something to click on.
    BTW the browser "back" arrow is dimmed in the child window in IE, Firefox, and Safari.
    When a webpage is opened in a new window there's nothing to go back to.

  • How can i close a modal window?

    Hi, everybody
    My question is in the subject, but i4ll repeat it again.
    How can i close a modal window in forms?. I4ve tried with hide_window but it doesnt closed itself.
    Please help me one again.
    Thanks.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JAMIE MCPHIE ([email protected]):
    There is a bug with Oracle Forms where you can not use the close button "X" on the window title bar. You need to create a button on the window that will close the form.<HR></BLOCKQUOTE>
    Jamie
    You are right in the fact of the programmer must make a exit mechanism. However, this is not a bug, this feature is related to the management of this windows type (modal). Bye
    null

  • Auto Close Form - 6i

    hello all,
    how can i close a form automatically if there is no activity for the last 10 minutes. ( forms 6i)
    thanks in adv.
    kris

    Hi Kris,
    What activity do you mean? something like saving to database ? if so, probably you can try out setting some global variable to a value before and after the activity. And in the trigger, check for the global value and if its after, then perform exit form else nothing.
    HTH.
    Regards,
    Arun

  • Cann't close form

    Hi ,
    I creating a custom master-detail form on EBS 12.1.2 , and i can't close the form when i press on the close button
    i had modified the pre_form trigger on module level to have my new window name , and also the app_custom.close_window with my new window name . but still the same problem.
    any help, Thanks.

    hi tony,
         first create a menu or submenu,then you try to use the following code in your loadfrom function.
            Dim XmlDoc As Xml.XmlDocument
            Dim Xmlstr As String
            XmlDoc = New Xml.XmlDocument
            Dim SPath As String
            SPath = CurDir.Remove(Len(CurDir) - 3, 0)
            Try
                XmlDoc.Load(SPath & "\filename.Xml")
                SBO_Application.LoadBatchActions(XmlDoc.InnerXml)
            Catch ex As Exception
                SBO_Application.MessageBox(ex.Message)
            End Try
    the above code is working perfectly for myself.

  • Cannot close form

    Hi ,
    I creating a custom master-detail form on EBS 12.1.2 , and i can't close the form when i press on the close button
    i had modified the pre_form trigger on module level to have my new window name , and also the app_custom.close_window with my new window name . but still the same problem.
    any help, Thanks.

    I recommend you post your question in the EBS General Discussion forum.  It sounds like you are missing some of the required objects in your custom form.  The people in that forum will be able to help you.
    Craig...

  • OPEN/CLOSE FORMS ???

    HI,
    I have one form say A
    from which i am calling many forms
    say A1,A2,A3... using OPEN_FORM Built In and
    on A1,A2,A3 forms there is a exit button
    for exiting the same form.
    In the same way i want to close ALL
    open forms when i press a button logout/exit on
    the main form i.e form A .
    In this application i given the provision
    user can switch from one form to another
    so that he can open/close any form at any time.
    All i need is to close ALL form at a time
    only when he press exit at the MAIN form A.
    Any ideas/suggestion?
    Early reply is appreciated.

    1) F4 or Alt-F4 ?
    Alt-F4 is the KEY-EXIT like CTRL-Q. Use this trigger for closing the other forms.
    In your button you can easily write
    do_key ('exit_form');
    =============================================
    2) the :global.Auto_Close is easy
    main_form:
    KEY-EXIT )
    :global.Auto_Close := 'TRUE';
    go_form ('A');
    global.Auto_Close := 'FALSE';
    exit_form;
    form A:
    WHEN-FORM-NAVIGATE )
    DEFAULT_VALUE (NULL, 'global.Auto_Close');
    IF :global.Auto_Close = 'TRUE' THEN
    exit_form;
    END IF;
    =============================================
    3) if main.fmb is your start-form and you open_form A and there you call_form AA - then you have the problem, that you first have to close AA, before you close A
    I thought you work only with open_form instead of call_form
    try it
    Gerd

  • I can't close find my iphone

    i can't close find my iphone what i do ?
    help me please

    do you own the Apple ID to which the device is locked in Find my iPhone?  If you do not own it, you cannot unlock it without knowing the former owner's Apple ID and password or having him remove the iPhone from his account.
    Read this document:
    http://support.apple.com/kb/PH2702?viewlocale=en_US

  • Why we use write form,open form,close form,in script

    urgent

    Hi,
    OPEN_FORM
    The function module OPEN_FORM opens form printing. You must call this function module before you can use any other form function (WRITE_FORM, START_FORM, CONTROL_FORM...).
    You need not specify a form name. If you omit the name, you must use the function module START_FORM to open a form before starting the output.
    You must end form printing by using the function module CLOSE_FORM. Otherwise, the system does not print or display anything.
    Within a program, you can use several OPEN_FORM.. CLOSE_FORM pairs. This allows you to write output to several different spool requests from within one program.
    START_FORM
    In-between the function modules OPEN_FORM and CLOSE_FORM, you can use different forms. This allows you to combine several different forms into one print output. However, you can combine only those forms that have the same page format.
    To switch forms, use the function module START_FORM. If another form is still open, you must close it first using END_FORM.
    If you specify no form name when calling START_FORM, the system restarts the last open form. If after OPEN_FORM no form was activated yet, the system leaves the function module with the exception UNUSED.
    OPEN_FORM->
    To initialize the printing of forms via the Raw Data Interface, use function modules (OPEN_FORM und CLOSE_FORM) and a flag in the form (administration data). For this purpose, the function modules include the additional optional import parameter RAW_DATA_INTERFACE.
    http://help.sap.com/saphelp_nw04s/helpdata/en/d2/cb3d8e455611d189710000e8322d00/content.htm
    START_FORM->
    In-between the function modules OPEN_FORM and CLOSE_FORM, you can use different forms. This allows you to combine several different forms into one print output. However, you can combine only those forms that have the same page format.
    To switch forms, use the function module START_FORM. If another form is still open, you must close it first using END_FORM.
    If you specify no form name when calling START_FORM, the system restarts the last open form. If after OPEN_FORM no form was activated yet, the system leaves the function module with the exception UNUSED.
    from: http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0dba1a494511d182b70000e829fbfe/frameset
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • Can't close mail app...

    helo...
    before the problems start.. i made up 1 user account ..through mail > preferences > account (just as a test) ..after i finished..i got error ..i can't close the message/new form...the /new form is
    enter password for $username
    The .Mac server “mail.mac.com” rejected the password for user “$username”
    Please re-enter your password, or cancel.
    when i press cancel it won't close that form & also when i want to restart..the message said "you must close mail app"
    than'k for any advice...

    Press the Option, Command, and Escape keys; next, you will be asked which application you want to close. Choose the Mail application and click the Force Quit button.
    (12133)

  • How can I close an AppleID/iCloud account that is no longer used?

    I have 2 MobileMe addresses that were moved to iCloud. As we all know, AppleID's cannot be merged. All of my purchases are under my main AppleID/ iCloud account. I just want to close the 2 I am not using. Has anyone ever successfully done this?

    You can't close accounts or ID's, you can only stop using them by deleting the accounts from your iOS devices.

Maybe you are looking for