Column Name | Data Type | Description |
---|---|---|
object_id | integer | Unique identifier (object ID) for identifying this form in the ii_objects catalog. Other information about the form (such as name, owner, and object class) is stored in the ii_objects catalog. |
frmaxcol | smallint | The number of columns the form occupies. |
frmaxlin | smallint | The number of lines the form occupies. |
frposx | smallint | The x coordinate for the upper left corner of the form. |
frposy | smallint | The y coordinate for the upper left corner of the form. |
frfldno | smallint | For forms saved before release 6.3/01, contains the number of updatable regular and table fields in the form. For forms saved with or after release 6.3/01, contains the number of regular and table fields in the form. |
frnsno | smallint | For forms saved before release 6.3/01, the number of display-only regular fields in the form. |
frtrimno | smallint | The number of trim and box graphic trim strings in the form. |
frversion | smallint | Version number of the form. |
frscrtype | smallint | Reserved for future use. |
frscrmaxx | smallint | Reserved for future use. |
frscrmaxy | smallint | Reserved for future use. |
frscrdpix | smallint | Reserved for future use. |
frscrdpiy | smallint | Reserved for future use. |
frflags | integer | The attributes of the form, such as pop-up or normal form. Valid (octal) values are: 1 Display form with single‑line border 200 Display form as pop-up 4000 Display form in narrow‑screen mode 10000 Display form in wide‑screen mode |
fr2flags | integer | More attributes for the form. Currently unused. |
frtotflds | integer | The total number of records in the ii_fields catalog for the form. |