Form (Java™)
Represents a form in a database.
Syntax
public class Form extends Base
Containment
Contained by: Database
Properties
Aliases through getAliases
Fields through getFields
FormUsers through getFormUsers and setFormUsers
HttpURL through getHttpURL
IsProtectReaders through isProtectReaders and setProtectReaders
IsProtectUsers through isProtectUsers and setProtectUsers
IsSubForm through isSubForm
LockHolders through getLockHolders
Name through getName
NotesURL through getNotesURL
Parent through getParent
Readers through getReaders and setReaders
Methods
getURL
recycle
toString
Access
There are two ways to access a form:
- To get all the forms in a database, use Forms in Database.
- To get a form by its name, use getForm in Database.
You can't access private forms belonging to other people.