Kbase P79225: Close event of a suppressed Child window fires when closing Parent
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/05/2004 |
|
Status: Unverified
SYMPTOM(s):
Close event of a suppressed Child window fires when closing Parent
Closing the Parent windows fires the Close event of the Child window but does not cause the Parent to close
Child window should remain running after the close of the Parent
Using ADM1
CAUSE:
The 'Suppress Window' setting removes the child window and displays the frame within the parent. Therefore all triggers from the frame are parented to the Parent and get fired first.
FIX:
Make the suppressed window hidden and override local-view:
hide frame {&frame-name} no-pause.
hide {&window-name} no-pause.