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

Page overflow

Former Member
0 Likes
607

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
568
3 REPLIES 3
Read only

Former Member
0 Likes
569
Read only

Former Member
0 Likes
568

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.

Read only

0 Likes
568

Thank You.