Fields (NotesForm - LotusScript®)
Read-only. The names of all the fields of a form.
Defined in
Data type
Array of strings
Syntax
To get: stringArray = notesForm .Fields
Usage
If the form contains no fields, the Fields array has one element whose value is an empty string.
Any fields of type "Computed for display" will not be included in the Fields array. If all of the fields on a form are of type "Computed for display", the Fields array has one element whose value is an empty string.