GetFieldType (NotesForm - LotusScript)
Gets the type of a field.
Note: This method is new with Release 6.
Defined in
NotesForm
Syntax
type% = notesForm .GetFieldType( name )
Parameters
name
String. The name of the field.
Return value
type%
Integer. The type of the field as specified in Type in NotesItem.
Example