The VPME form types are based on VPME form classes. You need to become very familiar with the VPM Enterprise form classes. The major VPME form classes are described in the table below.
|
Form Class |
Description |
|
Form_ |
VPME base form class. All other VPME form classes are based on this class. |
|
Form_Mover |
Use this class to create forms that move items from one list to another. |
|
Form_Norecord |
Use this form class to create simple forms that don’t maintain data. For example, forms that introduce processes. |
|
Form_Toolbar |
Incorporates the VPME Toolbar functionality. You can think of the Form_Toolbar class as the base class for forms that work with data. |
|
Form_Singlerecord |
Provides functionality for forms that maintain data for tables, views and CursorAdapters designed to contain only one record — normally, system and parameter type tables. |
|
Form_Toolbar_ |
The class to use with the ProMatrix One-To-Many Form Builder |
|
Form_Toolbar_ |
The class to use with the ProMatrix RelatedPages Form Builder. |
Creating Forms Without a Form Builder