[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: declare printer command
- Subject: Re: declare printer command
- From: Peter Clark <PGCLARK@VAC-ACC.GC.CA>
- Date: Tue, 9 Jan 2001 10:25:09 -0400
look in the "Old SQR Commands" chapter of your SQR Language Reference. These
are commands that may be discontinued and strongly recommended to no longer use.
>>> "Cadenas, Maria (MT)" <MCadenas@DOW.COM> 2001/01/09 9:53:11 am >>>
I have a quick question regarding printer commands. I'm working with a
program that does not have a declare-printer command at the setup section,
rather the entire program is populated with sections like:
declare printer
type = HPLASERJET
orientation = portrait
lines-inch = 7
chars-inch = 16.6
!top-margin = 1
there is not end-declare at all, and they through these type of adjustments
wherever they want a change, similar to alter-printer.
the declare printer command their using works, I was just wondering why I
can't find any references to it.