Kbase P155282: Dynamics renders unusable delete confirmation dialog when deleting row from SDO with many fields
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/04/2010 |
|
Status: Unverified
SYMPTOM(s):
Dynamics renders unusable delete confirmation dialog when deleting row from SDO with many fields
SDO has a large number (60+) of fields defined
Prompt for Delete is activated for the SDO
**Unable to set ROW. FRAME frButtons does not fit in FIELD-GROUP widget. (4054)
Editor with message overlaps buttons, obscuring the buttons' labels and making them nearly unreachable
FACT(s) (Environment):
OpenEdge 10.1C
OpenEdge 10.2A
Dynamics
Windows
CAUSE:
Bug# OE00192817
CAUSE:
The Prompt for Delete feature relies on the standard message dialog (afmessaged.w) to display the record using a list of label:value pairs, each on a separate line.
The issue is that the standard dialog tries to resize to show the whole message on screen at once, without imposing a maximum size on the editor.
When the number of fields is large enough, the dialog tries to resize larger than the Windows desktop size and the issue is seen.
FIX:
Upgrade to OpenEdge 10.2B or later