Consultor Eletrônico



Kbase 20937: Error 4028 Developing an Application
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/26/2010
Status: Verified

SYMPTOM(s):

4GL/ABL: Error (4028) developing is generated by an application under development.

Error: **<widget name> will not fit in FRAME <frame name> in PROGRAM . (4028)

**FILL-IN JobNotes will not fit in FRAME in PROGRAM . (4028)

FACT(s) (Environment):

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

CAUSE:

The application is attempting to place a 500 character wide FILL-IN widget which is wider that the 320 character length of the default FRAME width.

FIX:

Generally, error (4028) is resolved by increasing the size of the parent FRAME or decreasing the size of the FILL-IN. In this case, the field is 500 characters wide and the FRAME is 320 characters wide. The solution is to use an EDITOR widget rather than a FILL-IN widget to display the data of that field.