‎2009 May 18 5:42 AM
Hi Experts,
In Smartform I am having a table in which data is coming at runtime more than a page and have to sum the column fields and to display at the end of the table.At the bottom of every page the table column lines look unfinished..How to put a line at the bottom of the table for every page.
thanks,
Yoganand.G
‎2009 May 18 5:51 AM
Hi,
when you design the table there is setting to put line around the table and you can keep few lines below for footer than it should be ok.
Atul
‎2009 May 18 5:53 AM
Hello Gopalkrishnan,
Under Table-> double click on "Footer"-> Under TAB Output Option-> Uncheck the box "at Page break".
This will solve your problem.
Cheers,
Suvendu
‎2009 May 18 5:54 AM
Hi Yoganand,
Take variable window adjust it to the bottom of your main window. Define a line in that variable window and call it everytime you call your main window.
Much Regards,
Amuktha.
‎2009 May 18 5:55 AM
Hi,
Declare the table window in a TEMPLATE. Now declare the new line type which you would like to print at the end of the table on every page. So place this window below the table. Also put a condition like, when table window is displayed with some data, then print this line type, otherwise neglect it.
Regards,
Santhosh.