getForm (Database - Java)

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

Defined in

Database

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.

Example