Consultor Eletrônico



Kbase P66912: WIDTH-PIXELS on VIEW-AS text field causes field to unhide partially
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/08/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

9.1D07

Field is partially unhide when changing WIDTH-PIXELS on VIEW-AS text field

Changing the size (width or height) of a hidden VIEW-AS TEXT or VIEW-AS
FILL-IN field causes the field to unhide

CAUSE:

Bug# 20031029-030

FIX:

Upgrade to 9.1D08.

If the upgrade is not possible, follow this workaround:

ON CHOOSE OF BUTTON-1 IN FRAME fMain /* Set width */
DO:
fill-in-1:width-pixels = integer (fiWidth:screen-value in FRAME {&FRAME-NAME}).
/* workaround */ fill-in-1:HIDDEN = fill-in-1:HIDDEN.
END.