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

Text getting truncated while printing

Former Member
0 Likes
484

Hi Experts,

I have a smartform where in the text is getting truncated after 132 characters and its printing kind of mess. Is there kind of autoformatting option like MS word.

3 REPLIES 3
Read only

Former Member
0 Likes
435

Hi,

Check your window size.Increase it.

Read only

0 Likes
435

Hi,

Thanks a lot!!. However I think this wont solve the purpose as it would get truncated at some other word this time.Can u suggest if there is some other way?

Read only

Former Member
0 Likes
435

Solved it myself......I developed a logic to count the space just before the truncation and then shift that word to the next line.