Kbase P101205: Error 3307 whan trying to compile an SDV with many fields and many layouts
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/02/2005 |
|
Status: Unverified
SYMPTOM(s):
Cannot compile an ADM2 application
<segment-name> has exceeded its limit of <segment-size> bytes, in <file-name> at line # <line-number>. (3307)
Using SDV with many fields
Using alternate layouts
CAUSE:
The code generated by the AppBuilder increase proportionally to the database fields number and to the number of layout used.
FIX:
Use different SDV for each layout. If this is not enough split the SDV in two or more SDV with less database fields.