Kbase P15209: standard window insensitive opened
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/07/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
standard window insensitive opened
None of the widgets used in the WAIT-FOR statement are in a state (such as SENSITIVE) such that the specified event can occur. WAIT-FOR terminated. (4123)
CAUSE:
using WAIT-FOR CLOSE OF {&WINDOW-NAME}
FIX:
Use WAIT-FOR CLOSE OF THIS-PROCEDURE instead.