[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Problem With HP Horz-Line
- Subject: Re: Problem With HP Horz-Line
- From: "Arosemena, Efrain" <Earosem@TOYOTARP.COM>
- Date: Thu, 9 Mar 2000 16:55:11 -0500
It's possible that you try to print on the line #current-line + 1 and this
exceed the limit specifying in the setup section.
> ----------
> De: Dan Vega[SMTP:vega@CASSI.COM]
> Responder a: sqr-users@list.iex.net
> Enviado el: Thursday, March 09, 2000 4:27 PM
> Para: SQR-USERS@list.iex.net
> Asunto: Re: Problem With HP Horz-Line
>
> More info below ... Thanks, Dan
>
>
> Hi everyone,
>
> If I print a horz-line on the bottom line of the page using
> declare-printer type=hplaserjet and declare-layout orientation=landscape,
> the printer prints a blank page. The following code works fine everywhere
> except the last line of a page. When printed on the last line of a page
> (#line=52), it puts an underline under the first column of the page
> (MONTH_BILL column), then prints 6 blank pages with one column underline
> at the bottom of each (there are 7 columns). Each column width is between
> 4 and 6.
>
> graphic (#line,{MONTH_BILL}, {HOURS_BIG_WIDTH}) horz-line 5
> graphic (#line,{MONTH_VACA}, {HOURS_WIDTH}) horz-line 5
> graphic (#line,{MONTH_TRAIN}, {HOURS_WIDTH}) horz-line 5
> graphic (#line,{MONTH_OTHER}, {HOURS_WIDTH}) horz-line 5
> graphic (#line,{MONTH_TOTAL}, {HOURS_BIG_WIDTH}) horz-line 5
> graphic (#line,{MONTH_STD}, {HOURS_BIG_WIDTH}) horz-line 5
> graphic (#line,{MONTH_RATE}, {RATES_WIDTH}) horz-line 5
>
> The spf file looks and prints fine. Is this an HP problem? I have an HP
> LJ6 MP and my client has an HP LJ 8100, both do the same thing.
>
> ** More info ...
>
> I have tried doing a position(#line, 1) and then printing each graphic
> with line 0. I've tried a position statement before each graphic
> statement. I've tried reducing the rulewidth from 5 to 3. I've tried
> printing the columns in reverse order. All do the same thing.
>
> Environment:
> SQR 4.3.2
> Win NT 4.0
> Oracle 8.0.5
> PeopleSoft 7.53
>
> Any ideas?
> Thanks -- Dan Vega (vega@cassi.com)
> CASSI Computer Consulting
> Naples, FL USA
>
- Follow-Ups:
- Graphs
- From: Randy Kirkpatrick <randyk@MESSAGEMEDIA.COM>