Skip to main content

NotesForm

Properties

NameDescription
Aliases (NotesForm)Read-only. The aliases of a form.
FieldsRead-only. The names of all the fields of a form.
FormUsersRead-write. The contents of the $FormUsers field. When you create a form and specify who can create the documents, those names are stored in the…
HttpURL (NotesForm)Read-only. The Domino® URL of a form when HTTP protocols are in effect.
IsSubFormRead-only. Indicates whether the form is a subform.
LockHolders (NotesForm)Read-only. The names of the holders of a lock.
Name (NotesForm)Read-only. The name of a form.
NotesURL (NotesForm)Read-only. The Domino® URL of a form when Notes® protocols are in effect.
Parent (NotesForm)Read-only. The database that contains a Form object.
ProtectReaders (NotesForm)Read-write. Protects $Readers items from being overwritten by replication.
ProtectUsersRead-write. Protects $FormUsers items from being overwritten by replication.
Readers (NotesForm)Read-write. The contents of the $Readers field.

Methods

NameDescription
GetFieldTypeGets the type of a field.
Lock (NotesForm)Locks a form.
LockProvisional (NotesForm)Locks a form provisionally.
Remove (NotesForm)Permanently deletes a form from a database.
UnLock (NotesForm)Unlocks a form.

Examples

NameDescription
Examples: Aliases property (NotesForm)This script displays all the aliases for a specified form.
Examples: Fields propertyThis script displays the names of all the fields on a form.
Examples: IsSubForm propertyThis script displays the names of all the subforms in a database.
Examples: Lock method (NotesForm)This view action attempts to lock the form named "Main Document" for all members of the "Guys" group. Locking is successful if the form is not yet…
Examples: LockHolders property (NotesForm)This view action displays the lock holders for the form named "Main Document."
Examples: LockProvisional method (NotesForm)This view action attempts to lock the form named "Main Document" for all members of the "Guys" group. Locking is successful if the form is not yet…
Examples: Name property (NotesForm)This script displays the names of all the forms in a database.
Examples: Parent property (NotesForm)This Visual Basic code displays the parent title of a NotesForm object.
Examples: Readers property (NotesForm)1. This example adds names to the readers field.
Examples: Remove method (NotesForm)This script removes a form from a database.
Examples: UnLock method (NotesForm)This view action attempts to unlock the form named "Main Document." Unlocking is successful if the effective user is one of the lock holders.