.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


Form class
Example

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

getFieldType

getURL

lock

lockProvisional

recycle

remove

toString

unlock

Access

There are two ways to access a form:


You can't access private forms belonging to other people.

Example
See Also