Kbase P110279: AppBuilder replace/concat errors when saving SmartWindow, after upgrading to 10.0B
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/22/2008 |
|
Status: Verified
SYMPTOM(s):
Replace/concat errors when saving SmartWindow
Multi-paged SmartWindow.
SmartWindow contains many SmartObjects on page 0
REPLACE/CONCAT may not result in data > 32000 bytes. (11678)
REPLACE/CONCAT may not result in data > bytes. (11678)
Corrupt .w file is saved
adm-create-objects procedure is truncated
FACT(s) (Environment):
OpenEdge 10.0B
All Supported Operating Systems
CHANGE:
Upgraded from Progress 9.1x to OpenEdge 10.0B03
CAUSE:
Bug# OE00122608
CAUSE:
To ensure the correct tab-order is always used, later versions of the ADM2 / AppBuilder generate a series of "RUN adjustTabOrder ..." in the container's adm-create-objects statements for the objects on each page.
The issue was that the statements for the objects on page 0 are repeated for every other page, resulting in a lot of additional code which pushes the code section over the 32000 byte limit.
FIX:
Upgrade to 10.0B04 or later