NotesForm (LotusScript®)

Represents a form in a database.

Containment

Contained by: NotesDatabase

Properties

Aliases

Fields

FormUsers

HttpURL

IsSubForm

LockHolders

Name

NotesURL

Parent

ProtectReaders

ProtectUsers

Readers

Methods

GetFieldType

Lock

LockProvisional

Remove

UnLock

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