show field

Examples


The show field statement makes the specified field or fields visible and accessible to the user.

Syntax

show field field_name{, field_name, field_name...}

Parameters

field_name – The name of a hidden field to show.

Comments

This statement will display the named field or fields only if they were made inaccessible by the hide field statement. The show field statement cannot make a field visible whose Visible property is set to false in the Properties window.


Documentation Feedback