Kbase P127085: Dynamics message boxes do not show message immediately
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/11/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
Dynamics
Windows
SYMPTOM(s):
Message raised in Dynamics application
Message window shows blank message summary when it opens
Message is displayed after changing page or resizing message window
CAUSE:
Bug# OE00152509
CAUSE:
The initializeObject procedures in afmessaged.w and afmessagew.w contain the line:
{set HideOnInit yes}
in the initializeObject procedure.
Due to other code changes this line is ends up causing the messages to be hidden incorrectly.
FIX:
Upgrade to 10.1B02 or later release
Workaround:
Manually remove the offending {set HideOnInit yes} in the initializeObject procedure.
This should be done for both afmessaged.w and afmessagew.w