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

smartforms header column display like hierarchy

Former Member
0 Likes
1,144

hi all,

I am creating smartform in that I am using table .but in table header split one column in another five column.

can anyone tell me exact process of that . I want to display like below format for heading. I am using table for this.

can anyone tell me please.

observation
123

Hi

Create a template in the Header window

Template contains 2 rows

1 row - 1 single col

2 row - 5 colums

Regards,

Venkat

3 REPLIES 3
Read only

venkateswaran_k
Active Contributor
0 Likes
872

Hi

Create a template in the Header window

Template contains 2 rows

1 row - 1 single col

2 row - 5 colums

Regards,

Venkat

Read only

Former Member
0 Likes
872

Hi

You can use templates for this requirement.Also if you want to display cell boundaries of a particular cell then you can set frames of a cell under templates tab .

Hope it helps

Read only

Patrick_vN
Active Contributor
0 Likes
872

You can use different line-types in a table (be it the header-, main- or footer-part). As the table is printed as a loop, each different line is printed before the next part starts.

So if you've a structure with fields A B C, you can create two lines in your table. One with a linetype that contains one field, the other with a linetype that contains two. Add the parameters of your structure on each line, and the result will be:

A

BC

A

BC

..