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 ?