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

Templates in smartforms.

Former Member
0 Likes
611

hi,

I have created a smartform whichpopulates data into a template, but the extra information is not printing on the second page, how can i move the template to second page.

thanks,

xavier

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
583

Template is used to print static information, i.e number of lines are fixed, one cannot print more than the lines mentioned in the templete.

In MAIN Windoe, You can use table node instead of template, this will trigger the page overflow on to next page if there is more information.

hi,

I have created a smartform whichpopulates data into a template, but the extra information is not printing on the second page, how can i move the template to second page.

thanks,

xavier

4 REPLIES 4
Read only

Former Member
0 Likes
583

Hi,

Try this..

Right click on the template and copy and paste it on a window on the second page..

Hope this helps..

Thanks,

Naren

Read only

0 Likes
583

Hi Narendran,

I tried it but the extra information is not printing.

Thanks,

Xavier

Read only

Former Member
0 Likes
584

Template is used to print static information, i.e number of lines are fixed, one cannot print more than the lines mentioned in the templete.

In MAIN Windoe, You can use table node instead of template, this will trigger the page overflow on to next page if there is more information.

Read only

0 Likes
583

I already tried the table node but i have a condition that there should be a structure even if there are only few line items.

-


-


xxxxx

xxxxx

xxxxx

-


and table increases dynamically with the items in it, is there any way that i couls maintain its height.

thanks,

Xavier.