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

Simple "box out of bounds" error



I have a routine where I print a line of data. If I just print the line of data 
values, I recieve a multi-page report.  But when I add a box around the data 
value, I generate an error at the end of the first page:

Error on line 425:
   (SQR 4602) GRAPHIC BOX out of bounds.
Row: 58, Column: 7, Width: 7, Depth: 2

Can someone explain why this is occuring and how I might find a resolution. 
Thanks.

-Ken

 GRAPHIC (+1,7,7) BOX 2 10
 PRINT $DATA1      (,9)