Kbase P25855: GPF when trying to delete child widget of a parent that does
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/27/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Progress 9.1D06
Trying to delete a parent or child object of an invalid widget
Progress crashes
Progress hangs
DELETE OBJECT h:POPUP-MENU NO-ERROR.
DELETE OBJECT h:CURRENT-WINDOW NO-ERROR.
CAUSE:
Known issue, when attempting the deletion of a parent or child object of an invalid widget (that does not exist yet for instance) leads to a hanging session or GPF.
CAUSE:
Bug# 20030527-002
FIX:
Test VALID-HANDLE(h:POPUP-MENU) before trying to DELETE it.