How Do You Create Names, Readers, Authors Fields In Lotusscript?
Dim variableName As New NotesItem( notesDocument, name$, value [,specialType%])
For example,
Dim TAuthor As New NotesItem(doc, "Author", Auths, AUTHORS)
TAuthor.IsSummary = True
will create a TAuthor field which is an author names field.