Consultor Eletrônico



Kbase 13374: widget HIDDEN on PAGED OUTPUT STREAM is displayed anyway
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
widget HIDDEN on PAGED OUTPUT STREAM is displayed anyway

If a widget is :HIDDEN on a PAGED STREAM, it still will appear when
you display it. The following code shows the behavior:

DEF VAR d AS DECIMAL NO-UNDO.
FORM d WITH FRAME f.
d:FORMAT = FILL("9",LENGTH(d:FORMAT)).
d:HIDDEN = yes.

/* remove next line to make it work. */
OUTPUT TO TERMINAL PAGED.
DISPLAY d:HIDDEN LABEL "Is d :HIDDEN?" WITH FRAME f.
OUTPUT CLOSE.

There are currently no plans to change this behavior.

Last Reviewed 27-SEP-95

Progress Software Technical Support Note # 13374