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 table iteration

Former Member
0 Likes
471

Hi All!

I am designing a smartform in which a table grid will display the information.I want to have a fixed footer w.r.t. this table inspite of the values less or more .Since this footer is getting shrinked into the main area of the table.Please help me how to achieve this

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

Hi ,

If you define Footer in table definition.It will print after completion of table and it won't solve the purpose because some time the data in table may be less and table may not print completly.

Do one thing--> Check table height means Window height in which you have defined the table.

After this main window create another window name as "FOOTER" and write all your footer code in this. this window will appear always irrepestive of table height.

Message was edited by: Lanka Murthy

3 REPLIES 3
Read only

Former Member
0 Likes
452

in the complexsection, u can have header and footer.

in the footer you specify whatever u want.

Read only

Former Member
0 Likes
452

Hi,

when you define a Table in the main window its get created with header & footer you can write the logic in the footer.

Thanks

Rajeev

Read only

Former Member
0 Likes
453

Hi ,

If you define Footer in table definition.It will print after completion of table and it won't solve the purpose because some time the data in table may be less and table may not print completly.

Do one thing--> Check table height means Window height in which you have defined the table.

After this main window create another window name as "FOOTER" and write all your footer code in this. this window will appear always irrepestive of table height.

Message was edited by: Lanka Murthy