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

template & table

Former Member
0 Likes
518

What is the diffrence beween the Template and Table in Smart Forma.

Need urgently...

Thanks....

Chang....

1 ACCEPTED SOLUTION
Read only

JayR
Participant
0 Likes
492

Hi,

Template holds static data

Table holds Dynamic data

Hope this help

4 REPLIES 4
Read only

JayR
Participant
0 Likes
493

Hi,

Template holds static data

Table holds Dynamic data

Hope this help

Read only

Former Member
0 Likes
492

Hi Chang,

Template is to display static data, and the height and width of the template is fixed.

where as table also used to display data in tabular format, but it iterates until the last record in the internal table specified. Table's height is not fixed, it dynamic based on the content.

Get back if u r not clear.

Regards,

Sujatha.

Read only

Former Member
0 Likes
492

In Smart Forms the tables are dynamic. They number of rows/columns could be changed dynamically (depending upon the number of records in the database and how many we need to print) while running the program.

But a template is static. The height and width are fixed though it's also used to display data like the table.

Read only

Former Member
0 Likes
492

Template is for printing Header details.

Table is used for Looping that is for printing item details.

Regards,

Santosh