[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.



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