Kbase P16388: Error 2910 when using multiple WAIT-FOR statements
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/04/2011 |
|
Status: Verified
SYMPTOM(s):
Error 2910 when using multiple WAIT-FOR statements
Application consists of a main window (frame) with an active WAIT-FOR.
At one point in the application a new frame is invoked with its own WAIT-FOR.
FRAME used in WAIT-FOR statement is not VISIBLE. WAIT-FOR terminated. (2910)
FACT(s) (Environment):
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
CAUSE:
When the user closes the window (frame) by clicking the CLOSE "X" button (or the F4 in character mode) to close the second window (frame) the WAIT-FOR for the second frame is terminated but the original window (frame) WAIT-FOR is still active for a now not available original window (frame). Hence the wait-for error.
FIX:
One way to resolve this error is to bring up the second window (frame) as a dialog box.