GetForm (NotesDatabase - LotusScript®)
Finds a form in a database, given the form name.
Defined in
Syntax
Set notesForm = notesDatabase .GetForm( name$ )
Parameters
name$
String. The name or an alias of the form.
Return value
notesForm
NotesForm. The form for which the name or alias matches name.