[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Top Margin space will not go away
- Subject: Re: Top Margin space will not go away
- From: Anthony Leung-New York <ALeung@RUSSREYN.COM>
- Date: Thu, 25 Feb 1999 09:20:48 -0500
Try specifying 0 inch for your top margin. Add the following line to your
declare-layout section. The default is 0.5 inch excluding the 0.25
unprintable area which total up to 0.75 inch of white space.
top-margin=0
> -----Original Message-----
> From: Guarnagia, Julia [SMTP:JGuarnagia@BOSTONGAS.COM]
> Sent: Tuesday, February 23, 1999 10:33 AM
> To: Multiple recipients of list SQR-USERS
> Subject: Top Margin space will not go away
>
> Hi, I am try to declare a set up to print 3UP labels, and no matter what
> I try I cannot get rid of the top margin. The white space is starting to
> drive me mad... OK, I admit I am a new sqr programmer and could be
> missing something obvious in my code.
> here is my declare
> begin-setup
>
> #include 'setupdb.sqc' ! Database specific setup
> #define PRINTER_3UP HPLASERJET
> declare-layout Default
> paper-size=(8.5,11)
> orientation=portrait
> left-margin=0.0
> top-margin=0.0
> PAGE-DEPTH=1
> !line-height=9
> !max-lines=85
> max-columns=131
> !char-width=4.32
> formfeed=no
> end-declare
> Can anyone help?
> Thanks in advance,
> Julia