[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
- Subject: Simple "box out of bounds" error
- From: Ken Boettger <BoettgeK@CWU.EDU>
- Date: Tue, 10 Sep 2002 16:18:31 -0700
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)