[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Newbie Question
If u want to have the same font and point size for the entire report, issue
the alter-printer command BEFORE you execute any procedures that print and
it will be used for all the printing in the report. Example :
Begin-program
alter-printer.....
do procedure 1
do procedure 2
End-program
Be careful though if you change fonts and/or point sizes in your heading or
footing sections. Would recommend that you also put the alter statement as
the last command in the header or footer if you have one.
Paul Hoyte
Sharidionne Inc.
(248) 752-6970
paul.hoyte@sharidionne.com
-----Original Message-----
From: sqr-users-admin@sqrug.org [mailto:sqr-users-admin@sqrug.org] On Behalf
Of Vito Campanelli
Sent: Friday, February 27, 2004 3:35 PM
To: sqr-users@sqrug.org
Subject: RE: [sqr-users] Newbie Question
Thanks for the reply, but won't alter-printer font=4 point-size=10 only
alter the font size for the text preceding it?
What about if you want to modify the entire report?
Vito
-----Original Message-----
From: sqr-users-admin@sqrug.org [mailto:sqr-users-admin@sqrug.org] On Behalf
Of Paul Hoyte
Sent: Friday, February 27, 2004 12:30 PM
To: sqr-users@sqrug.org
Subject: RE: [sqr-users] Newbie Question
Just issue the following command before you start to print or when ever you
want to change the font and/or point size:
alter-printer font=4 point-size=10
The value for font and point-size depends on what font you want to use and
what point-size you want when you print the text.
Paul Hoyte
Sharidionne Inc.
(248) 752-6970
paul.hoyte@sharidionne.com
-----Original Message-----
From: sqr-users-admin@sqrug.org [mailto:sqr-users-admin@sqrug.org] On Behalf
Of Vito Campanelli
Sent: Friday, February 27, 2004 12:03 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] Newbie Question
Hi,
Is there a way that I can modify the font size and type for the whole
report?
Thanks
Vito
_______________________________________________
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
_______________________________________________
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