Kbase P127828: OE Architect: Warning: (4027) returned checking legacy CHUI code in OE Architect Editor.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/30/2008 |
|
Status: Unverified
SYMPTOM(s):
OE Architect: Warning: (4027) returned checking legacy CHUI code in OE Architect Editor.
**Cannot fit <widget name> with <at/colon/to> within FRAME <frame>. (4027)
Legacy CHUI character application code returns warning (4027) when syntax is checked in OE Architect Editor.
The same code does not generate the warning if the syntax is checked on UNIX or Windows character clients.
The offending code contains 'overloaded' FRAME definition statements. For example:
def var cOne as char no-undo.
def var cTwo as char no-undo.
assign
cOne = "#1"
cTwo = "#2".
form
cOne at 30
cTwo at 70
with frame f-num row 1 width 80
no-labels side-labels overlay no-hide title "Numbers".
display cOne cTwo with frame f-num.
FACT(s) (Environment):
Windows
OpenEdge 10.1B
OpenEdge 10.1B03 Service Pack
CAUSE:
Bug# OE00162964
FIX:
Upgrade to OpenEdge 10.1C01 or later