Consultor Eletrônico



Kbase P129310: 4GL/ABL: Error (4027) migrating a character (CHUI) application
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/17/2009
Status: Verified

SYMPTOM(s):

4GL/ABL: Error (4027) migrating a character (CHUI) application

**Cannot fit <widget name> with <at/colon/to> within FRAME <frame>. (4027)

**Cannot fit FILL-IN <variable-name> with COLON in FRAME <frame-name>. (4027)

Error is generated after compiling and running some procedures under 10.1B.

All procedures generating this error have statements to display fields with no-label similar to the following snippet:
FORM
Customer.Name colon 15
Customer.Address colon 15
Customer.Address2 colon 17 no-label
WITH FRAME X CENTERED SIDE-LABELS.

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

CHANGE:

Migrated a character (CHUI) application from version 9.x to OpenEdge 10.1B.

CAUSE:

The startup parameter V6Colon was not used to start the Progress Compile or run session.

FIX:

Before compiling or running the code, use Version 6 Colon (-v6colon) client session startup parameter to direct the AVM to perform colon alignment for unlabeled fields, as in Version 6. If you do not specify this parameter, Progress moves the field two characters to the right.