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

Smartform issue with Template

Former Member
0 Likes
298

Hi All,

I have a filed 'Name' in a Template.

The field 'Name' is retrieved from a table and its length is 40 char.

But in the final output, thid field is getting displayed only 35 char.

In Debugging mode, it displayes completely.

I can not enlarge the size in Template, as there are some more fields.

Customer is expecting that the field 'Name' should display remainging (5 char) in the second line, if the page doesn;t fit the total (40 char) length....

How to do it..?????

Is there any option to be set, so that the field should continue displaying in the next line, if the length exceeds its display limit..?????

Please Help me ...

Regards

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
250

HI,

In the template create one more line.

If first row is Line1 and then define second row as Line2. This should also have the same length as the first row.

When printing the text field, you have options to select the row and column it has to print. So split the text1 into two. In row 1 col1 print &text10(35)& and in row 2 col1 print &text35&.

Regards

Subramanian

1 REPLY 1
Read only

Former Member
0 Likes
251

HI,

In the template create one more line.

If first row is Line1 and then define second row as Line2. This should also have the same length as the first row.

When printing the text field, you have options to select the row and column it has to print. So split the text1 into two. In row 1 col1 print &text10(35)& and in row 2 col1 print &text35&.

Regards

Subramanian