hidethesefields
FIELDS
The hidethesefields statement hides specific fields in the data sheet, making all others visible.
Parameters
This statement has one parameter:
fields – is a carriage return delimited list of fields to hide.
Description
This statement hides specific fields in the data sheet, making all others visible.
This example will temporarily hide sensitive fields in a personnel database.
hidethesefields commatocr("Salary,Birthday")
See Also
- hiddenfields( -- returns a list of hidden fields in the curent data sheet window
- hidecurrentfield -- hides the current field in the data sheet.
- hidefieldsbetween -- shows all fields except those in between specified numbers.
- hidelineitemfields -- hides all line item fields.
- info("hiddenfields") -- returns a carriage return delimited list of fields that are currently hidden in the current data sheet.
- info("visiblefields") -- returns a carriage return delimited list of fields that are currently visible in the current data sheet.
- showallfields -- makes every field in the data sheet visible.
- showfieldsbetween -- hides all fields except those in between specified numbers.
- showthesefields -- makes specific fields in the data sheet visible, hiding all others.
History
10.0 | No Change | Carried over from Panorama 6.0. |