NotesForm (LotusScript)

Represents a form in a database.

Containment

Contained by: NotesDatabase

Access

There are two ways to access a form:

  • To get all the forms in a database, use the Forms property in NotesDatabase.
  • To get a form by its name, use the GetForm method in NotesDatabase.

You can't get access to private forms belonging to other people.

Example