hidecurrentfield
The hidecurrentfield statement hides the current field in the data sheet.
Parameters
No parameters.
Description
This statement hides the current field in the data sheet (unless all other fields are already hidden – there must be at least one visible field).
See Also
- hiddenfields( -- returns a list of hidden fields in the curent data sheet window
- hidefieldsbetween -- shows all fields except those in between specified numbers.
- hidelineitemfields -- hides all line item fields.
- hidethesefields -- hides specific fields in the data sheet, making all others visible.
- 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. |