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 overlap in smartform

Former Member
0 Likes
1,993

hi friends,

I have long string to display in a field of table in smartform.But this field has no enough width for it.So content of this field overlap together now.

Pls refer to this picture:

http://loveimg.163.com/myphotoes/65/35/ourfrost/1137399570.jpg

How to solve it.

thanks a lot.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,147

I guess I answered before looking into your picture. Looks like either you have to increase the length of the table column or decrease the font size.

Regards,

Ravi

I guess I answered before looking into your picture. Looks like either you have to increase the length of the table column or decrease the font size.

Regards,

Ravi

4 REPLIES 4
Read only

Former Member
0 Likes
1,147

Joy,

Is the string static or dynamic?

If it is static, you can use a TEXT MODULE so that you have a paragraph written.

If it is dynamic, what is the length of the string? What exactly is the scenario, where are you getting the text from?

If you are getting the TEXTS then you should use INCLUDE TEXTS.

Regards,

Ravi

Note : Please reward the posts that help.

Read only

0 Likes
1,147

thanks Ravikumar Allampallam

It is dynamic and length is 40.

If string not includes any CHINESE character, it work.

Read only

Former Member
0 Likes
1,148

I guess I answered before looking into your picture. Looks like either you have to increase the length of the table column or decrease the font size.

Regards,

Ravi

Read only

0 Likes
1,147

thanks Ravikumar Allampallam

When print to printer,it's ok.Just preview ,it like that in that picture.

I think system not allocate two chacter space for a CHINESE character.