[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: SQR ERROR 4604



Hi   Randle :

I think  its best to check the current line no , before you print a
horizontal line with relative  positioning. Also note that

Another alternative way may be to use position to move to the
next line instead of  moveing to the next line using the graphic
command. But note that this forces a new-page  at the end of the last
column line.
 Code will look more like this :

!*********************************
 position (+1)
graphic ( , 1, 10)  horz-line
!*********************************

Hope I answered your question .

Bye !!!
Tshenuwani   Makhari


Reply To ::::::

>> 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