Consultor Eletrônico



Kbase P39522: How to make a fill-in hidden
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/03/2009
Status: Unverified

GOAL:

How to make a fill-in not hidden

GOAL:

How to make a fill-in hidden

GOAL:

What is the purpose of the fill-in HIDDEN attribute?

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

FIX:

The HIDDEN attribute for the fill-in will set the fill-in not hidden when set to NO and will set the fill-in hidden when set to YES.

For example:

FILL-IN-1:HIDDEN = YES. /* This will hide the fill-in. */
FILL-IN-1:HIDDEN = NO. /* This will show the fill-in if previously it was hidden. */