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