Consultor Eletrônico



Kbase P123485: Saving SmartWindow in AppBuilder causes error 11678
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/12/2008
Status: Verified

SYMPTOM(s):

Saving SmartWindow in AppBuilder causes error 11678

REPLACE/CONCAT may not result in data > 32000 bytes. (11678)

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1B

CHANGE:

Migrated ADM2 application from Progress 9.1E to OpenEdge 10.1B

CAUSE:

The ADM2 application had many tabs and each tab has many individual SmartObjects on it. The resulting generated code in the adm-create-objects procedure exceeded 32K which caused error 11678.

FIX:

Modify the application and replace the individual SmartObjects on each tab with a single SmartFrame for each tab. Each SmartFrame should contain within it the individual SmartObjects that were formerly on the SmartWindow.