This seems like such a basic problem but i have come across some real problems.
I have a form, 'A', and a menu which has links to forms 'A' and 'B'. If i am on form 'A' and the user selcts form 'B' from the menu I want to open form 'B' and close form 'A' and vice versa. As things stand both forms stay open even though I issue CLOSE_FORM commands on the PL/SQL for the relevent menu items.
The online help has said that if I call form 'B' from 'A' then I can't close 'A' from 'B' is this what is happening even though it is the Menu calling form 'B and not form 'A'.
Hope someone can (a understand my blurb and (b shine a little light on my situation.
Thanks
I have a form, 'A', and a menu which has links to forms 'A' and 'B'. If i am on form 'A' and the user selcts form 'B' from the menu I want to open form 'B' and close form 'A' and vice versa. As things stand both forms stay open even though I issue CLOSE_FORM commands on the PL/SQL for the relevent menu items.
The online help has said that if I call form 'B' from 'A' then I can't close 'A' from 'B' is this what is happening even though it is the Menu calling form 'B and not form 'A'.
Hope someone can (a understand my blurb and (b shine a little light on my situation.
Thanks