Application Development 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: 

Form template cell wrap in smartform

former_member185124
Participant
0 Kudos

          Hi Guys,

I  am facing problem in print preview .In template i have one cell height is double compare to other cell's.

1.But the problem was in particular cell is for if variable is contain more than first line width it's printed in second line and remaining part was not printed in print preview.

2.But for the variable data is sufficient for first line it was printed in first line it is ok.For point no 1.I am facing problem.So, if any one have solution please share with me..

4 REPLIES 4

Former Member
0 Kudos

Hi,

If your cell is in the template, then you need to allocate more size i.e. data can adjust in two lines. If you are allocating space for one line it will not show second line data will not be shown.

Or you can create a table same as like structure of a template. Table will automatically handle the cell space as per data.

Regards,

Suniel

0 Kudos

Dear Sunil,

Please let me know how  to allocate size for Template Cell's.

0 Kudos

Dear Mahesh,

You just need to increase size of the template cell by selecting it.

Select template - > click on details .

Here you can increase the height and width of the template for specific cell as well.

But this will be try and error option, as you need to check & adjust height and see second line will be shown in cell.

Better instead of template create Table same as structure of template, then no need to adjust the height of the cell, as Table will automatically adjust the cell size as per the data.

Please let me know if you have further questions.

Thanks.

Regards,

Suniel

0 Kudos

Hi Sunil ,

Thank you for giving reply .Already My problem was resolved .