Application Development 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: 

Doubt in Smartforms Table

Former Member
0 Kudos
73

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

4 REPLIES 4

Former Member
0 Kudos
59

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

Former Member
0 Kudos
59

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

Former Member
0 Kudos
59

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.

Former Member
0 Kudos
59

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.