‎2008 Dec 17 11:16 AM
Hi Gurus,
I have an requirement in smartform, wherein i have to print data in a tabular box .
I have tried this option:
a. I have created a template which consists of only vertical lines and i am having a loop inside it. hence the data is printing properly. But this doesnt work for multiple pages since template does not overflow
b. I have tried using Table Option but the vertical Lines print only till the data is present and not till the end of the Box.
Is there any solution?
Regards,
Navin Fernandes
‎2008 Dec 17 11:19 AM
‎2008 Dec 17 11:19 AM
‎2008 Dec 17 11:20 AM
You could append the internal table with blank lines till the end of box. this will be complicated.
Else you could, if possible, have another overlapping window which has only the lines as you want.
Since data flow is dynamic it can be tricky but think over both the solutions.
‎2009 Oct 06 12:34 PM