.

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


Accessing a form
Example

You can access existing forms in a database as follows:


The Form class provides access to properties through the following methods:
Use getFieldType to get an int value containing the type of a specified field on the form.

You can remove an existing form from the database with the remove method of Form.

Example
See Also