LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The names of all the fields of a form.
Defined in
NotesForm
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.
Language cross-reference
Fields in Java Form class
@DocFields in formula language
Example See Also