Using separate_frame=true and trying to close the applet window after...

We are using separate_frame=true and trying to close the applet window (the one with the large gray box) after using the following post-form trigger:
if :system.last_form = 0 then     
     message('Please wait while Forms closes - '||:system.last_form);     
     web.show_document('/forms/html/close.htm','_self');     
end if;
This works fine for the first form we open, but if that same form using Open_Form to open a child form we have a problem. When the child form is closed the user is returned to the parent calling form (which is expected), but then when the parent form is closed the separate applet window fails to close. Any suggestions?

I guess you mis-interpreted the value of :SYSTEM.LAST_FORM. From the online-help:
SYSTEM.LAST_FORM represents the form document ID of the previous form in a multi-form application, where multiple forms have been invoked using OPEN_FORM.So LAST_FORM shows always the ID of the last activated form, and this will never be 0 if you issued one OPEN_FORM in your application.

Similar Messages

  • I can't open firefox the running but not responding window opens and says to close the existing window. I can't do that shutting down the computer doesn't do anything to help. I've done all the suggestions here. I've uninstalled and reinstalled firefox

    Firefox will not open. I get the firefox is already running but not responding window... I have tried rebooting with no help. I have tried to end the process via cntrl+shift+esc and nothing firefox is listed to end. I have tried find the app data via the run icon in the start up window, I have no run icon on this system (Acer with windows vista(?)
    == This happened ==
    Every time Firefox opened
    == The computer was hard shut down and did a improper shut down scan when it was restarted ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; FunWebProducts; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)

    I am having a similar problem. Running Xp.
    Latest revision of firefox.
    After using firefox for a while if I exit, parent.lock is locked and i have to reboot to reload firefox.
    I have killed all firefox applications from task manager (usually there are none). and I have tried 3 different "file unlock" programs including unlocker to no avail.
    I also recently installed a program that shows -all- open files, and parent.lock is not listed, and thus not closable/unlockable from there.

  • I have Firefox 3.6.13 with Firefox for Yahoo 1.7 on Win XP and when I close the browser window, I can't open it again without using Task Manager to close firefox.exe any suggestions?

    This started when I first set started using Yahoo Messenger. It appears to me that Yahoo messenger is keeping the application firefox.exe open in the background and this prevents the browser from opening. The only thing I can't understand is why the broser will open the first time with Yahoo Messenger running.

    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    *https://support.mozilla.com/kb/Firefox+hangs

  • HT200197 hi i just bought an Apple TV device and tried setting up the wireless but after i enter the 2WIRE  Key Password the screen starts by saying connecting than the screen says Activating below says stting date & times and just sits there for an hour

    Hi I just bought an Apple TV device i have detected the 2WIRE and entered the Product Key Password.  It takes that okay the screen goes to Connecting followed by Activating below in small print it says Setting date and time but nevr leaves that screen it just clocks there for evr???

    Welcome to the Apple Community.
    Assuming this is not the first time you have used your Apple TV
    You might try restarting the Apple TV by removing ALL the cables for 30 seconds.
    Also try restarting the router. (Also try removing it’s power cord for at least 30 seconds)
    If the problem persists, try a restore, you may want to try the previous procedures several times before doing this.
    If restoring from the Apple TV doesn't help, try restoring from iTunes using a USB cable.
    If this is a new Apple TV, in addition to trying the above, it may also be that your network router is not allowing access to the timeserver, check that your router allows access over port 123.

  • Any way to close the DOS window ?

    Is there anyway to close the DOS window, after executing a DOS command in a GUI Java program ?
    I keep getting "Please press any key to continue..."..I don't think I can use the System.exit in a GUI Java program?

    Yes.
    Process p = Runtime.getRuntime().exec(...);
    PrintStream out = new PrintStream(p.getOutputStream(), true);
    out.print("a");You get the output stream of that process and print an a (which I guess will work just like you pressed a key). I don't know if there has to be a delay before you write this character. If you send it before it has written "Press a key ..", then it might not work. In this case you can add a line with Thread.sleep(1000); to sleep for 1 sec in this example, just before you execute the print statement. Or you can get the InputStream from the process, and read everything it sends and check if/when you get the "Press a key .." text:
    PrintStream out = new PrintStream(p.getOutputStream(), true);
    BufferedReader br = new BufferedReader(new InputStreamReader(p.getInputStream()));
    String s;
    while ((s = br.readLine()) != null) {
      if (s.startsWith("Press a key")) {
        break;
    out.print("a");something like that..
    There might be cases where you don't get a "Press a key" back if the DOS window is big enough to hold all the information (it is possible to change the buffer for DOS windows so they can hold more than 25 lines).

  • When will the File menuitem on OS X be released after having opened and cancelled out of the Import window with Fx 4 beta 12?

    This [http://img638.imageshack.us/img638/4186/screenshot20110226at124.png (Image)File menuitem not released after closing Import window.]
    It has been there since early Firefox 4 betas. With 3.6 and 3.5 of Firefox it happened with the Tools and Bookmarks menuitem, also on Leopard and Snow Leopard the same way like the screenshot above. It happens more often that I would like. I'm not in the File menu at all and yet it's highlighted. I've closed the Firefox window and reopened a new window but the File menu remains active until I actively press it again or any other menu in the Firefox 4 menubar.
    You can try it by choosing the File menu -> Import and then simply close the Import window and return to Firefox 4 for a browsing session. Does the File menuitem remain active? Happens each time now that I figured out the correct trigger that I mentioned with the Import window.

    Hi Rick & Todd
    thanks for testing & responding
    @ Rick - ProRes cannot be fixed with color management. At all. It is a problem that adobe has setting a correct quicktime gamma flag.
    I am color-tight if re-importing encoded file back in to AE or any other adobe app. When exporting to PR or Quicktime in General, something is going terribly wrong.
    @ Todd - This whole thing did not leave me alone and I have figured out what the problem is (aside from the Quicktime issue)
    If AE's Audio Hardware Preferences is set to anything else than built-in audio this problem occurs. Setting it to Built-in Audio all the issues are remedied.
    @ Todd - I have Crash Reporter Enabled.. but AE never crashes ;-)
    @ Todd - I spent the better half of this year beta testing PT 11 for AVID along with another dedicated set of folks... The reason we test so long prior to release is to get rid of all the small issues that should never surface in a commercial software. Of Course you cannot get all of them but such as testing the audio hardware capabilites of AE prior to a major release should have been cought by the beta crew.. If any.
    The quicktime issues are long standing - how about opening contact with Apple ( you are a developer and entitled to Apple Support) and tell them about the problem. And have them help you.
    I mean, you offer Speedgrade which is a fantastic app, PPRO, AE & PS (All great) but what good is greatness if neihter is able to deliver. The quicktime file is being displayed with a .8955 gamma offset (What one would have to offset the quicktime file by) when viewed in any other app than adobe's That is a lot.

  • Closing the applet window

    how to close the applet window using a button on the applet

    ravindra.alld wrote:
    how to close the applet window using a button on the appletIs your applet in a web browser? If so the only way to hide visibility of the applet would be through javascript and css. So you would need an html button outside the applet to do this.

  • I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. Please help

    I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. I am accessing it via strong wireless connection and it works fine on other devices. Please help.

    zapgrap wrote:
    there is no information of locations.
    Then no information exists.  Use the Report a Problem button within the app to report it.

  • I am using itunes 10 and trying to consolidate my files.  I keep getting the error "Copying files failed.  The file name was invalid or too long".  How can I indentify what file is causing this problem or resolve this issue?

    I am using itunes 10 and trying to consolidate my files.  I keep getting the error "Copying files failed.  The file name was invalid or too long".  How can I indentify what file is causing this problem or resolve this issue?

    BUMP
    Yes, I just get that message. I don't see how I could investigate this problem.
    I didn't mention that this happened when I was consolidating my library, not copying files to another computer.
    In other words, I'm using a "normal" itunes procedure, itunes won't complete it, and won't tell me exactly why or how to figure out how to fix it...
    Is there at least some easy way to tell which files were successfully copied to my itunes music folder so I can work on moving the uncopied files?
    Can anybody help me?

  • I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For mo

    I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For more information contact your patch vendor." tried uninstalling and reinstalling and still get the error. Searched for C:\Config.Msi\pT64b3.tmp and cannot find the path or the file

    For AA XI, you only need the 11.0.09 patch. Download from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows (Use "MAC" if a MAC is used).

  • I am using iPhone 5 and tried to Erase All Contents and Settings but it is just showing an apple sign on the screen and nothing is happening now for about 3 days now. All it does is eat up my battery and still show apple sign after charging! Help!!!!

    I am using iPhone 5 and tried to Erase All Contents and Settings but it is just showing an apple sign on the screen and nothing is happening now for about 3 days now. All it does is eat up my battery and still show apple sign after charging! Help!!!!

    Hi DaVince Vince,
    I'm sorry to hear that you are having issues with your iPhone. I also apologize, I'm a bit unclear what issues you were having that led up to the attempted Erase All, and/or exactly what behavior you are seeing now (restarting, not responding at all, etc). If you are seeing an Apple Logo screen and your iPhone does not appear to be starting correctly, you may find the following articles helpful:
    If your iOS device restarts, displays the Apple logo, or powers off while you're using it - Apple Support
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    Regards,
    - Brenden

  • HT1199 Hai, i tried to open itunes on my windows 8 laptop but it comes out with 'iTunes has stop working' notification and need to close the program everytime i try to load it. Please help! thanks.

    Hai, i tried to open itunes on my windows 8 laptop but it comes out with 'iTunes has stop working' notification and need to close the program everytime i try to load it. Please help! thanks.

    Hi ajay-9,
    Thanks for visiting Apple Support Communities.
    The steps in this article can help if iTunes is quitting unexpectedly on your PC:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Cheers,
    Jeremy

  • I have written a binary file with a specific header format in LABVIEW 8.6 and tried to Read the same Data File, Using LABVIEW 7.1.Here i Found some difficulty.Is there any way to Read the Data File(of LABVIEW 8.6), Using LABVIEW 7.1?

    I have written a binary file with a specific header format in LABVIEW 8.6 and tried  to Read the same Data File, Using LABVIEW 7.1.Here i Found some difficulty.Is there any way to Read the Data File(of LABVIEW 8.6), Using LABVIEW 7.1?

    I can think of two possible stumbling blocks:
    What are your 8.6 options for "byte order" and "prepend array or string size"?
    Overall, many file IO functions have changed with LabVIEW 8.0, so there might not be an exact 1:1 code conversion. You might need to make some modifications. For example, in 7.1, you should use "write file", the "binary file VIs" are special purpose (I16 or SGL). What is your data type?
    LabVIEW Champion . Do more with less code and in less time .

  • I have mavericks installed. my safari crush since this morning. to use it again i have to close the program and reopen it. after few clicks crushes again. any idea?

    i have mavericks installed.
    my safari crush since this morning (I can not scroll between pages, if I try to reopen the page, safari open in exactelly same point is blocked).
    to use it again i have to close the program and reopen it. after few clicks crushes again. any idea?

    Quit the application. Force quit if necessary.
    Relaunch it by holding down the shift key and clicking its icon in the Dock. From the menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data

  • After downloading and trying to install the newest version of i tunes on my pc, I got an error message telling me: unable to locate component MSVCR80.dll. Now I can't use the version I had and obviously not the newest version. Any ideas about how to fix ?

    After downloading and trying to install the newest version of i tunes on my pc, I got an error message telling me: unable to locate component MSVCR80.dll. Now I can't use the version I had and obviously not the newest version. Any ideas about how to fix ?

    Solving MSVCR80 issue and Windows iTunes install issues.
    Thanks to user turingtest2 for this solution.
    Solving MSVCR80 issue and Windows iTunes install issues.
    If the above doesn’t do the trick entirely, then use the instructions in the following as it applies to the version of Windows you are using:
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    You may be required to boot into safe mode to complete the folder deletion process.

Maybe you are looking for