Kbase P185084: Dialog box hangs after installation of OpenEdge 10.2B04
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/04/2011 |
|
Status: Unverified
SYMPTOM(s):
Dialog box hangs after installation of OpenEdge 10.2B04
Changing the SENSITIVE attribute of a FRAME in a dialog can cause the session to hang.
The code that triggers the problem and worked fine in 10.2B03 is:
FRAME {&FRAME-NAME}:SENSITIVE = FALSE.
FRAME {&FRAME-NAME}:SENSITIVE = TRUE.
FACT(s) (Environment):
Code that worked fine in 10.2B03 now hangs in 10.2B04.
Windows
OpenEdge 10.2B
CHANGE:
Upgraded from OpenEdge 10.2B03 to OpenEdge 10.2B04.
CAUSE:
Bug# OE00206219
FIX:
None at this time.
Possible workarounds:
1. Set DisableExtraForms=no in the Startup section of the registry or ini file
OR
2. Add the following 2 lines of code after changing the frame sensitivity:
HIDE FRAME {&FRAME-NAME}.
VIEW FRAME {&FRAME-NAME}.
This prevents the problem from happening.