Tangle in CALL Loop
Date: 27 Aug 93 14:28:27 -0600
Message-ID: <1993Aug27.142827.783_at_condor.navsses.navy.mil>
Hi All,
I have a problem (probably very easy for the experts out there) that I cannot
resolve. I hope some of you will take some time to help me out.
Here is the problem:
I have two menus, one main menu and one submenu.
in the main menu, my last option is "EXIT" [trigger statement: EXIT_FORM]
in the submenu, I have a "PREVIOUS MENU" option [trigger statement: CALL('main
menu'] and an "EXIT" option [trigger statement: EXIT_FORM]
Let's say I run the main menu, then call the submenu (This works fine). Then let's say I decided to go back the main menu (also works fine). Now here is the problem, at this point if I select the "EXIT" option to get out of the whole menu, ORACLE won't let me. It puts me back to the submenu. WHY?
What I would like to happen is that I will be able to get out the whole menu no matter where I am. [even three or four levels down.]
Has anybody had this kind of problem before? If so, please tell me how you resolved this problem. Thanks in advance.
Nhan. Received on Fri Aug 27 1993 - 22:28:27 CEST