Table s_form
Description:
List of forms for printers
PRIMARY KEY
s_form_name_c
varchar (20) NOT NULL
This identifies the form

s_form_description_c
varchar (80) NOT NULL
This is a description of the form
s_default_font_c
varchar (64)
s_default_font_size_i
integer default: 0 NOT NULL
Default font size (points)
s_default_lpi_i
integer default: 0 NOT NULL
Number of lines per unit of measure
s_default_cpi_i
integer default: 0 NOT NULL
Number of characters per unit of measure
s_form_length_n
numeric (6, 3) default: 0 NOT NULL
Height of the page
s_form_width_n
numeric (6, 3) default: 0 NOT NULL
Width of the page
s_form_orientation_c
varchar (2) default: 'P'
s_unit_of_measure_l
boolean default: '0'
Unit of measure for the form. True if inches, false if centimeters.
s_top_margin_n
numeric (6, 3) default: 0
Top margin
s_bottom_margin_n
numeric (6, 3) default: 0
Bottom margin
s_left_margin_n
numeric (6, 3) default: 0
Left margin
s_right_margin_n
numeric (6, 3) default: 0
Right margin
s_date_created_d
date default: CURRENT_DATE
The date the record was created.
s_created_by_c
varchar (20)
User ID of who created this record. s_user
s_date_modified_d
date
The date the record was modified.
s_modified_by_c
varchar (20)
User ID of who last modified this record. s_user
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP
This identifies the current version of the record.


FOREIGN KEY
s_form_fkcr: s_created_by_c => s_user
s_form_fkmd: s_modified_by_c => s_user


REFERENCED BY
s_valid_output_form, p_label, s_label