Setting Default Font Sizes for Email Report Server/400 RTF Format
From Support
Doc Library Main Topic
Richard Schoen/RJS Software Systems Inc. 09/13/2000 12:25 PM
Subject:
Setting Default Font Sizes for Native Email Report Server RTF Format Category: Email Report Server/400 . Originator Reviewers Review Options
Richard Schoen/RJS Software Systems Inc.
Type of review: One reviewer at a time
Time Limit Options:
No time limit for each review
Notify originator after: final reviewer
To change the default font sizes, paragraph spacing and page size for the Native RTF Report converter included with Email Report Server/400, run the following commands:
The following command changes the 80 character font size to 8 Points: CHGCMDDFT CMD(RJSERS/ERS004) NEWDFT('FONTSIZ80(8)')
The following command changes the 132 character font size to 7 points: CHGCMDDFT CMD(RJSERS/ERS004) NEWDFT('FONTSIZ132(7)')
The following command changes the 198 character font size to 6 points: CHGCMDDFT CMD(RJSERS/ERS004) NEWDFT('FONTSIZ198(6)')
The following command changes the paper size to 8.5 x 11 CHGCMDDFT CMD(RJSERS/ERS004) NEWDFT('PAPERSIZE(*LETTER)')
The following command changes the paper size to A4 CHGCMDDFT CMD(RJSERS/ERS004) NEWDFT('PAPERSIZE(*A4)')
The following command changes the 80 character paragraph spacing to 9 points: CHGCMDDFT CMD(RJSERS/ERS004) NEWDFT('PSPACE80(9)')
The following command changes the 132 character paragraph spacing to 8 points: CHGCMDDFT CMD(RJSERS/ERS004) NEWDFT('PSPACE132(8)')
The following command changes the 198 character paragraph spacing to 8 points: CHGCMDDFT CMD(RJSERS/ERS004) NEWDFT('PSPACE198(8)')
