‎2005 Dec 16 6:10 PM
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
‎2005 Dec 17 3:57 PM
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
‎2005 Dec 16 6:44 PM
in the complexsection, u can have header and footer.
in the footer you specify whatever u want.
‎2005 Dec 16 7:00 PM
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
‎2005 Dec 17 3:57 PM
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