LOTUSSCRIPT/COM/OLE CLASSES


GetForm method
Example

Finds a form in a database, given the form name.

Defined in

NotesDatabase

Syntax

Set notesForm = notesDatabase.GetForm( name$ )

Parameters

name$


Return value

notesForm


Language cross-reference

getForm method in Java Database class

Example
See Also