Error "Cannot navigate out of current form" is raised after closing window.

Hello,
We are currently migrating from Designer 6.0 with Headstart 2.1.2 to Designer 6i release 4.10 with Headstart 6.5.3.0. We have a form with an action item in it to call another form. An error FRM-41351 "Cannot navigate out of current form" is raised when the following steps are undertaken:
- Start the generated form (from the menu).
- Push the button the call the second form.
- Close the second form.
- Close the first (parent) form.
If we start and close the first (parent) form without have started the second one, this error is not raised.
After some investigation, the problem seems to have something to do with the library OFGNAVL65.PLL. It looks the generated form tries to close a window based on a non-existent ID.
Has anyone experienced this same problem? Can you help me?
Kind regards,
Bert

IF ID_NULL(FIND_FORM('TEST')) THEN
OPEN_FORM('TEST');
ELSE
  GO_FORM('TEST');
END IF;

Similar Messages

  • Cannot navigate out of current form

    hi
    i have a formmodule id filled correctly. And i need to navigate to this form through this id.
    Therefore, i use go_form(myformmodule)
    when this particular form is closed, i got the error "cannot navigate out of current form".
    can i verify before that m form is still opened or not ? this will help me avoid the error message.
    help please
    thanks
    Dan

    IF ID_NULL(FIND_FORM('TEST')) THEN
    OPEN_FORM('TEST');
    ELSE
      GO_FORM('TEST');
    END IF;

  • Forms 6i error FRM-41351 Cannot navigate out of current form

    Does anybody know why this error occurs?
    I have an ordinary Forms 6i module, running in 2-tier (client-server) mode. When I try to do an EXIT_FORM, I get an error:
    "FRM-41351: Cannot navigate out of current form"
    My form is called from a top-level form, but plenty of other forms are also called in exactly the same way from the top-level form, and none of them causes this error, and I can see no other reason why this form should produce this error.
    The Forms 6i help entry for this error is meaningless, and I can find no information about it on the web or on the Oracle TechNet, so any advice would be very welcome!
    Thanks,
    Chris

    You may be hitting Bug:1632441, which is fixed in patchset 12. If either form has a When-Window-Deactivated trigger, try disabling that and see if you still have the problem. If not, then as a workaround you may be able to put that logic in a when-form-navigate trigger instead. Or you can programmatically trap the error in an On-Error trigger if you are actually able to navigate out of the form. See the bug for more details.

  • FRM-41351 Cannot Navigate Out of Current Form

    I have an Action Item to call another form. Sometimes (not always) when exit out of called form the above error occurs.
    I have added the above message to qms_messages setting to suppress but the message still appears.
    I am using call method of CALL_FORM with display of HIDE as QMS$AI_CALL_FORM doesn't appear to take any note of the display of HIDE.
    Any help would be appreciated.
    Thanks.

    It is indeed a bug.
    We have the same problem, but we have added a line to the QMS$INIT_APPLICATION procedure in the application library to suppress the message. And that works fine.
    Add the following to the procedure:
    -- Suppress error FRM-41351 Cannot navigate out of current form (Forms bug 871936)
    qms$forms_errors.add_suppress_message('FRM-41351');

  • FRM-41361 Cannot navigate out of current form in Enter-Query Mode

    Hi All,
    I am getting the FRM-41361 error in the bottom message area when opening a form from the function navigator. The issue does not exist when opening the form from the application homepage. The form is loaded in enter-query mode, and the enter_query command is in the WHEN-NEW-FORM-INSTANCE trigger. I have checked all triggers that fire after this point for any type of navigation but do not see any. The interesting thing is, if I put a fnd_message.set_string and fnd_message.show just before the enter_query call to debug, the issue goes away entirely.
    Is it possible there are security triggers firing after the form is loaded into enter-query mode that could be causing this and that the fnd_message calls are indeed buying time for those triggers to complete before the enter_query call?
    Any help/advice is appreciated. Thanks!
    Dan

    Yes, when I looked through the triggers I made sure to look for go_block and go_item calls as well as any calls to leave the form.

  • FRM:41361 Cannot navigate out of form in 'Enter Query Mode'

    Hi,
    I am using a master - detail block in my form.When I query the master block I am getting this error message
    FRM:41361 Cannot navigate out of form in 'Enter Query Mode'
    I have given DO_KEY('ENTER-QUERY') in WHEN-NEW-BLOCK-INSTANCE trigger of master block.
    and in property palette of Master block I have given the next navigation block as Detail block.
    According to the value which is queried in Master Block the Detail block should be populated.
    My form should open in 'Enter Query Mode'.This problem always happens from second time onwards
    I open the form.When I open the form first time this problem is not occuring.
    Can anyone suggest a solution for this
    Thanks,
    Nasiya

    Have you written a Key-EntQuery trigger at the Master block or the form level,
    If yes, then can you put that code here.
    The NEXT-NAVIGATION-BLOCK is only used for navigation when you use a next-block built-in on a key-trigger.
    Have you written a ENTER-QUERY command on any trigger that fires prior to the said WHEN-NEW-BLOCK-INSTANCE trigger?
    If yes, then thats the reason that the first time you run the form, your form is in ENTER-QUERY mode.
    Also, maybe execute on enter-query fails and hence the blocks are not getting populated.
    Also, ENTER-QUERY is always on a single block. And while the block is in enter-query mode, navigation out of that block is prohibited.
    you have to either have a successful EXECUTE-QUERY or use:
    EXIT_FORM(NO_VALIDATE) to come out of ENTER-QUERY mode.

  • Dep Error:AA687-You can only post in new year after closing the previous year.

    Hi Experts,
    I need solution on error while posting dep. we have new co cd started operative from Jan -14 . So while doing dep posting run we are getting error "AA687-You can only post in new year after closing the previous year".
    I searched and got that Note 144441 need to implement.
    Let me know whether is it fine to go ahead or Is there any alternative solution.
    Also i want to know what need to to be done after implementing this note.
    please reply , its bit urgent.
    Regards
    Atul

    Hi Deepanshu,
    Also the FI period is also closed 2013 so in this case do i need to open the same , correct? for running dep posting along with OAAQ opening for AA.
    Or the note implementation will take care all. instead of running dep , opening closed period.
    pls suggest.
    Regards
    Atul

  • How to find out the current form name

    Hi all,
    I have to pass the current sapcript form name in the sauroutine pool for some further processing.
    I just wanted to is there any variable, method, or way to find out the current/running Sapscript form name generically so that we can pass it on to subpool.
    Looking forward for your reply.
    Regards,
    Anuja.

    Hi All,
    Many thnaks for your replies.
    Actually in my case the situation is, i have to change in multiple forms.
    I mean the same perform needs to be used in all the forms almost around 20 using the current form name.
    So that perform should be generic. I mean is there any variable/ method or way to get the current form name so that we can pass that to the subroutine pool through form.
    Looking forward for yoour reply.
    Regards,
    Anuja.

  • Getting error:  *cannot check out a record*  in URM

    We have recently implemented URM and it seems to be working fine as far as checking in records and the dispositions working. The problem occurs if someone tries to check out a record. An error comes up saying that a record cannot be checked out. Am I missing something here? Shouldn't I be able to check out a record, update it and then check in a new version?

    No, that's the point of records, they are not alterable.

  • The Security Component error message keeps popping up everytime I reopen firefox after closing it and no helps work permanently so what can I do to fix this?

    The cert8 file gets remade, but the error message still comes. Every new profile gets deleted and the default one always comes back when I keep deleting it in the profile manager.

    The "<b>Fast Video Download</b>" extension has been reported to cause this issue.
    *Fast Video Download: https://addons.mozilla.org/firefox/addon/fast-video-download-with-searc/

  • Adobe Bridge CC locks out my access to hard drive after opening-window shows lock but will not unloc

    Why does my user window show locked after opening Adobe Bridge CC?  I can access all other external drives...

    What are you calling the user window?  If the Folders view this should be same a OS view of folders.

  • After updating windows 7 and firefox i constantly receive timed out or server not found messages

    i constantly receive timed out or server not found messages after updating windows 7 and firefox 2 weeks ago. this was almost never a problem prior to updating

    Connection Errors
    https://support.mozilla.com/en-US/kb/Error%20loading%20web%20sites#w_connection-errors
    Interrupted or Reset Connection
    https://support.mozilla.com/en-US/kb/Error%20loading%20web%20sites#w_interrupted-or-reset-connection
    Check and tell if its working.

  • I installed 3.6.12 and now get error message that says - Error: Platform version 1.9.2.12 is not compatible with miniversion = 1.9.2.10 maxversion = 1.9.2.19 and it won't launch unless outside of sandbox. I cannot navigate to yahoo. Please help.

    I down loaded latest version and get error message when I launch it. Error message is entitled XUL Runner and says - Error: Platform version 1.9.2.12 is not compatible with miniversion >= 1.9.2.10 maxversion <= 1.9.2.19 and it won't launch. I can launch if I use Run Outside of Sandbox option, but I cannot navigate my home page on yahoo. What happened? Please send fix. Thanks, [email protected]

    Do a clean (re)install:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • Open pdf says "please fill out the following form" when I attempt to apply redactions, I get an error message.  How do I "turn off" the form portion of the document?  I assume that is the problem since I have not had this issue with any of the other files

    I am attempting to redact a large pdf file.  When I open the file, it has a bar across the top with the message "please fill out the following form".  I can mark redactions, but when I attempt to apply them I get a message saying, "In order to proceed Digital Signatures must be removed and the document must be fully authorized.  Do you want to make these changes and continue?"   I click "ok".  Then I get a message saying, "an internal error occurred."  How do I get around this problem?

    You cannot redact a signed document. This is because one of the things signatures guarantee is access to the OLDER document (i.e. there will be an unredacted copy in there).
    In general you cannot remove signatures, but sometimes you can. Look under the Signatures tab (right click on left vertical bar if there isn't one) to see if it is removable.

  • 10g Forms Builder with error "cannot attach library" opening R12 fmb file

    Hi all,
    I had set up my Forms Builder with all the necessary PLL and FMB files for developing R12 custom forms. I have used the builder to do few custom PLLs and one custom form, and I did not have any problem opening seeded Oracle Forms. Today when I need to enhance that custom form I did 2 weeks ago and I opened Forms Builder, I got the error "Cannot attach library.." for APPCORE, APPDAYPK, etc.. Same error for opening TEMPLATE.fmb.
    I have done these to troubleshoot:
    1) I verified my Windows XP registry "FORMS_PATH" to include the folder where I store all the PLLs and FMBs.
    2) I updated default.env to include that file path.
    3) I create shortcut to Forms Builder and put folder path with PLLs under the "Start in" field of the shortcut.
    4) I rebooted my machine after changing the registry
    5) I moved the folder with PLLs to under C:; I seperate PLL to "resource" sub-folder and FMB to forms/US/ sub-folder just like the server structure.
    6) I install one more copy of Developer 10G Suite and set up the registry.
    None of these work and the key is it used to work with no issue. Any suggestions what may be the problems?
    Thanks!
    Mike.

    Turned out I reloaded all the $AU_TOP forms and PLLs to my desktop and it worked fine. I think I did not FTP correctly the first time.

Maybe you are looking for

  • RMI call back - How to refer to the client project from the server project?

    Hi, I am working on an RMI assignment which basically needs me to use the RMI call back for the server to notify the clients. I have 2 projects , one for the client and another for the server. In the client project, I have a client interface and the

  • First charging the iBook problem

    I got my new iBook today but my mom opened the package because she was curious and when opening she accidentally pressed a little button the battery. But then she saw that the button made more light burn so she pressed it a couple of times. And I hav

  • What means this error

    Exception occurred during event dispatching: java.lang.NullPointerException      at ticks.paint(ticks.java:211)      at sun.awt.RepaintArea.paint(RepaintArea.java:293)      at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:191)      a

  • Canvas becomes too big when generating tabs on a content canvas

    I want to generate the following layout: <New content canvas> block 1 height 15 width 80 prompt: field prompt: field <New tab canvas page> tab 1 height 31 width 80 Multirecord block which is a detail of block 1 <New tab canvas page> tab 2 height 31 w

  • Design my own button in JFileChooser

    Hi I want my button in JFileChooser to give me the path to the directory that is selected. The thing is that I want my "save button" to do what my cancel button does. How do I do that. I cant press the "save button" if i dont select a file or a catol