FORM_IMAGE(SQL Table) | 
Index Back | 
|---|---|
Form ImageDesignation of attributes of an image to be rendered onto a form. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | 
Form Name is the unique id of the form.  This corresponds to a page name.
 Prompt Table: FORM_TBL  | 
|
| 2 | Date(10) | DATE | 
Effective Date
 Default Value: %date  | 
|
| 3 | Number(4,0) | SMALLINT NOT NULL | 
Form Field Number identifies on object on the form.
 Prompt Table: FORM_DTL  | 
|
| 4 | FORM_IMAGE_NAME | Character(30) | VARCHAR2(30) NOT NULL | 
Form Image Name is the name of an image to be placed onto a form.
 Prompt Table: FORM_IMAGE_TBL  | 
| 5 | START_X | Number(4,0) | SMALLINT NOT NULL | Form object start position, X coordinate in the postscript (X,Y) cartesian system wherein (0,0) is the lower left corner and X goes positively to the right in units of 1/72 of an inch. | 
| 6 | START_Y | Number(4,0) | SMALLINT NOT NULL | Form object start position, Y coordinate in the postscript (X,Y) cartesian system wherein (0,0) is the lower left corner and Y goes positively upward in units of 1/72 of an inch. | 
| 7 | FORM_FIELD_SCALE_X | Number(10,5) | DECIMAL(9,5) NOT NULL | Form field scale X is the X component of a two dimensional scaling factor. | 
| 8 | FORM_FIELD_SCALE_Y | Number(10,5) | DECIMAL(9,5) NOT NULL | Form field scale Y is the vertical component of a two dimensional scaling factor. |