getForm (Database - Java™)
Finds a form in a database, given the form name.
Defined in
Syntax
public Form getForm(String name)
throws NotesException
Parameters
String name
The name or an alias of the form.
Return value
Form
The form whose name or alias matches the parameter.
Language cross-reference
GetForm method in LotusScript® NotesDatabase class