[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: [sqr-users] Changing Font Size.
- Subject: Re: [sqr-users] Changing Font Size.
- From: "Jessie Dickenson" <JMDICKENSON@rainbow-media.com>
- Date: Fri, 15 Oct 2004 09:41:45 -0400
- Cc:
- Delivery-date: Fri, 15 Oct 2004 08:43:15 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
BEGIN-PROCEDURE X
alter-printer font=3 point-size=10
Print 'xyz' (1, 1)
alter-printer font=3 point-size=8
Print 'xyz' (2, 1)
END-PROCEDURE X
Thanks, Jessie
>>> ERIC.DICKMAN@dfps.state.tx.us 10/14/2004 4:36:22 PM >>>
Hi,
I am attempting to change the font size with in a SQR report in the
BEGIN-PROCEDURE section. Listed below is an example, of my code.
Does
anyone know of an easy way to increase the font size?
BEGIN-PROCEDURE GET-ATTACHMENT-2-D
print 'ATTACHMENT 2-D'
(+2)
center
END-PROCEDURE GET-ATTACHMENT-2-D
Thanks, Eric
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users