-- printer_bknox.sql  Specify Standard Printer for USER bknox    by bknox@uaex.edu

--**Use this information and these scripts at your own risk. As a condition of using these scripts and information from this site, you agree to hold harmless both the University of Arkansas Cooperative Extension Service and Bruce Knox for any problems that they may cause or other situations that may arise from their use, and that neither the Extension Service nor I will be held liable for those consequences. The scripts and information are provided "as is" without warranty, implied or otherwise. Limitation of liability will be the amount paid to the University of Arkansas specifically for this information. (It was free:) 

SET NEWPAGE 1

-- DEFINE prnt_code = 'hp8100'
-- DEFINE prnt_form = 'LANDSCAPE'
-- DEFINE line_count = 54
-- DEFINE prnt_margin = .25

-- DEFINE prnt_code = 'hp4L'
-- DEFINE prnt_form = 'LANDSCAPE'
-- DEFINE line_count = 52
-- DEFINE prnt_margin = .25

-- note that paper size is specified in the report program

-- DEFINE prnt_code = 'hp3si_cr1'
-- DEFINE prnt_form = 'LANDSCAPE'
-- DEFINE line_count = 53
-- DEFINE prnt_margin = .25

DEFINE prnt_code = 'hp4000'
DEFINE prnt_form = 'LANDSCAPE'
DEFINE line_count = 51
DEFINE prnt_margin = .25

-- to use Form Feed Control Character
--SET NEWPAGE 0
--DEFINE prnt_code = 'hp4000'
--DEFINE prnt_form = 'LANDSCAPE'
--DEFINE line_count = 43
--DEFINE prnt_margin = .25

-- This script is available "as is".
-- See Disclaimer http://www.uaex.edu/bknox/