Kbase P98098: 4GL/ABL: Invoking the SET-SELECTION method of a FILL-IN widget before its parent FRAME is realized c
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/04/2009 |
|
Status: Verified
SYMPTOM(s):
4GL/ABL: Invoking the SET-SELECTION method of a FILL-IN widget before its parent FRAME is realized causes the session to crash.
SET-SELECTION method used before the RUN enable_UI statement in the main block of a window will cause a session GPF.
FACT(s) (Environment):
Progress 9.1x
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Bug# OE00111410
CAUSE:
The SET-SELECTION method forces the FILL-IN to realize itself before its parent FRAME has been realized causing the session crash.
FIX:
Upgrade to OpenEdge 10.1B or later. If upgrading to OpenEdge 10.1B or later is not feasible, then ensure that the SET-SELECTION method is executed only after the parent FRAME is realized. For example, in this case, move the SET-SELECTION method call after the RUN enable_UI statement in the window's main block.