LOTUSSCRIPT/COM/OLE CLASSES
Read-only. Indicates whether a column value is based on a field value.
Note This property is new with Release 5.
Defined in
NotesViewColumn
Data type
Boolean
Syntax
To get: flag = notesViewColumn.IsField
Legal values
If you specify a column as a formula whose value is the name of a field, the column is considered a field. The formula must contain only the name of the field. For example, "Subject" is a field but "@Trim(Subject)" is a formula.
This property returns False if the column is based on a simple function or formula.
Language cross-reference
IsField property in Java ViewColumn class
Example See Also