Visible property (field)

Examples


The Visible property specifies whether the field is visible.

Syntax

field.Visible [= boolean]

Parameters

field – A window or report field object.

boolean – If True, the field is visible. If False, the field is invisible.

Comments

If you hide a window field using the Visible property, VBA hides both the field and its caption. You can still return or set the values of fields you make invisible with VBA. However, you cannot set the value of fields hidden by the accounting system, nor can you show these fields.


Documentation Feedback