Kbase P24996: Parent window entry event does not fire and input focus is n
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/05/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows XP
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Parent window entry event does not fire and input focus is not in a fill-in.
Needs windows entry trigger to fire and input focus in a parent window fill-in.
Parent and child are regular windows (not smart windows).
CAUSE:
Need to use APPLY 'ENTRY' statements after the RUN statement.
FIX:
To fire the parent window's entry trigger and give input focus to FILL-IN-1 after closing the child window ChildWindow.w, add APPLY 'ENTRY' statements after the RUN ChildWindow.w statement as follows:
RUN ChildWindow.w.
APPLY 'ENTRY' TO {&WINDOW-NAME}.
APPLY 'ENTRY' TO FILL-IN-3 IN FRAME {&FRAME-NAME}.