Kbase P144175: OE Architect: Referencing widget property in CREATE widget statement with TRIGGERS clause breaks Out
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/04/2009 |
|
Status: Unverified
SYMPTOM(s):
OE Architect: Referencing widget property in CREATE widget statement with TRIGGERS clause breaks Outline View
Outline View fails to display if a WIDGET property is referenced in the CREATE widget statement that contains a TRIGGER clause.
The Outline View fails to display when the following Procedure is created in the OpenEdge Architect:
DEFINE MENU someMenu.
DEFINE VARIABLE hMenuItem AS HANDLE.
CREATE MENU-ITEM hMenuItem
ASSIGN
PARENT = MENU someMenu:HANDLE
TRIGGERS:
END.
FACT(s) (Environment):
The Outline View displays as expected when the following Procedure is created in the OpenEdge Architect:
DEFINE MENU someMenu.
DEFINE VARIABLE hMenuItem AS HANDLE.
CREATE MENU-ITEM hMenuItem
ASSIGN
PARENT = HANDLE(STRING(MENU someMenu:HANDLE))
TRIGGERS:
END.
Windows
OpenEdge 10.2A
OpenEdge Category: Architect (OEIDE)
OpenEdge Architect Category: Editor
CAUSE:
Bug# OE00182855
CAUSE:
This is a regression bug that did not occur under OpenEdge 10.1C
FIX:
Upgrade to OpenEdge 10.2A01 or later