Application Development and Automation 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: 
Read only

bold report

Former Member
0 Likes
638

hi all,

is it possible to bold a report that output on screen?

(write:....)

thanks,

dana

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
399

hi,

If you are using WRITE statements, use

FORMAT INTENSIFIED ON.

WRITE : / 'welcome'.

FORMAT INTENSIFIED OFF.

Regards,

Anver

<i>if hlped pls mark points</i>

Read only

0 Likes
399

thanx Anver.

it was really helpull.