| Examples: Aliases property (NotesForm) | This script displays all the aliases for a specified form. |
| Examples: Fields property | This script displays the names of all the fields on a form. |
| Examples: IsSubForm property | This 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. |