[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR ERROR 4604
- Subject: Re: SQR ERROR 4604
- From: Charles Dornbos <charlied@TIR.COM>
- Date: Fri, 27 Feb 1998 20:54:23 -0500
-----Original Message-----
From: Randle Boyd <rboyd@RUAN.COM>
To: Multiple recipients of list SQR-USERS <SQR-USERS@list.iex.net>
Date: Thursday, February 26, 1998 2:19 PM
Subject: SQR ERROR 4604
>I recently got an SQR ERROR 4604 Graphic Horz-line out of bounds, while
>running an SQR (NT v.4, SQR v.3). It appears that the graphic was
>attempting to print in the footer. The position was (+1,1). Is it
>necessary to check to see if the current line number is beyond the
>length of the page (using #current-line ) before printing a graphic?
>
>TIA,
>Randle
We noticed the same error and found that printing a blank line
print '' (+1,)
graphic (X,Y,z) Horz-line
this worked fine. It appears that a +X in the graphic position tried to
cross boundaries into the header in our case. If I made the header smaller
it worked fine too. The blank line print seamed to be a more elegant fix.