[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Printer point-size
Sure, you can use the alter-printer command:
Print 'This and everything above prints Header Point' ()
Alter-printer point-size=#title_point
Print 'This prints Title Point' ()
Alter-printer point-size=#header_point
Print 'This and everything below prints Header Point' ()
But this only works in the body of the report, not the setup section. I
think the declare-printer command only works in the setup section anyway.
Also, it helps to define point-size variables and even font variables
too...makes maintenance and testing a whole lot easier.
-----Original Message-----
From: Discussion of SQR, Brio Technology's database reporting language
[mailto:SQR-USERS@LIST.IEX.NET]On Behalf Of Cadenas, Maria (MT)
Sent: Friday, January 05, 2001 9:42 AM
To: SQR-USERS@LIST.IEX.NET
Subject: Printer point-size
Is it possible to change point-size of report without invoking declare
printer and then change it back? i just need to change size of one line
without affect rest of report.