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 Letters

Former Member
0 Likes
548

Hello dear friends

Please Guide me in case of flat report how can we write any variable in BOLD, Please help me........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

hi malik

Use the attribute INTENSIFIED in Write statement

WRITE "HAI' [INTENSIFIED [{ON|OFF}]

Hope it will help you

regards

deva

3 REPLIES 3
Read only

Former Member
0 Likes
527

hi malik

Use the attribute INTENSIFIED in Write statement

WRITE "HAI' [INTENSIFIED [{ON|OFF}]

Hope it will help you

regards

deva

Read only

former_member585060
Active Contributor
0 Likes
526

Check this program

DD_STYLE_TABLE

Read only

Former Member
0 Likes
526

Hello


FORMAT INTENSIFIED ON.
WRITE: 'ANY TEXT OR VARIABLE'.
FORMAT INTENSIFIED OFF.