Consultor Eletrônico



Kbase P59233: How to change the field width for fill-in fields on the screen.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/25/2010
Status: Verified

GOAL:

How to change the field width for fill-in fields on the screen.

FACT(s) (Environment):

Windows
Progress/OpenEdge Product Family
OpenEdge Category: Language (4GL/ABL)

FIX:

When using a Proportional Font like Sans Serif the default field width allocated on the screen may be too much or not enough.

You can change the field width by using the following 4GL code. Notice the "view-as fill-in size 45 by 1":

display fill-in-1 view-as fill-in size 45 by 1