[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: shade entire line?
Adem,
This little example will show you how to shade one line.
If you have the SQR3 User's Guide page 210 shows examples of the
use of the GRAPHIC BOX command.
begin-report
do shade
end-report
begin-procedure shade
use-printer-type hplaserjet
graphic (1,1,60) box 1 0 10
end-procedure shade
Michael Docteroff
______________________________ Reply Separator _________________________________
Subject: shade entire line?
Author: hamidoam@TUNS.CA at GATEWAY
Date: 12/9/96 10:58 AM
How can I shade an entire line, not just the individual fields printed on
that line? The way I'm doing it right now leaves blanks between the fields.
Thanks,
Adem