Kbase P105820: Fill-in's LEAVE trigger fired incorrectly when closing child dialog-box
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/10/2005 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1E
SYMPTOM(s):
Closing a dialog-box that has a widget such as a selection-list in its frame
Progress raises an event of LEAVE on the first FILL-IN widget in the caller Window's frame tab order list
Dialog-box is being called from a Progress Window that contains a couple of fill-in widgets
The SENSITIVE attribute of the widget contained in the dialog (selection-list, for instance) is programmatically being set to YES
An APPLY "ENTRY" TO <widget-name> statement is issued against the widget contained in the dialog
CAUSE:
This is a known issue being investigated by Development
FIX:
Remove the APPLY "ENTRY" TO <widget-name> statement
or
Upgrade to OpenEdge 10.0x