Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Increase Font Size

Former Member
0 Kudos

Hi All,

I would like to find out how to change font size in the report output. I am currently using WRITE statements to display output in the report.

On the screen output, the font size is ok. However, upon printing, the font size is very small. Hence, I would like to increase the font size in the print out. How can I do this? Is it due to the printer settings or can I change the program programatically to resolve this issue?

Thanks for any assistance offered.

Cheers,

Liyan

2 REPLIES 2

Former Member
0 Kudos

Former Member
0 Kudos

Thanks for your reply.

I guess using objects and classes as in the program DD_STYLE_TABLE is the only way to do this? I will try this out..thanks again.