Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

when-window-closed trigger

Eslam_ElbyalySep 25 2015 — edited Oct 11 2015

hi ,

forms 6i ,

i am using when-window-closed trigger on the form level in order to close windows when the "x" button is clicked .

i have 3 windows .

- i am on the main_window , and i click a button to show another window "sop_win" which is a modal window  , when i click the "x" button while iam on " sop_win " i do not see it , and i think it is closed because i can not

find it right , left , up or down , and i can move to the main window as i wish , although the window is modal  but i do not know how it is closed .

my code in the trigger is

if :system.event_window is 'sop_win'

then

go_block('so') ;     --a block on the main_window .

end if ;

------------------------------------------------


there is no " hide_window " or hide_view or anything .


- is it closed or not ? is it normal ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2015
Added on Sep 25 2015
4 comments
2,565 views