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

SMARTFORMS - table lines at one screen

Former Member
0 Likes
581

hello experts,

i have one trouble whilst developing a Smartform. At the output there should be a table whose one single line consists of 3 other lines (passed from EFRM, lets call them sublines) defined at the 'Table' fold. As the single line contains 3 other sublines (with dynamic height), it is sometimes divided at the end of the page, so that e.g. first subline is displayed at the page 1 and the other sublines at next page.

What I need is to have always all 3 lines together at one page.

Could you please advise how I can handle this?

Thanx very much

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Hi,

On the ouput tab you can select protect age.

Award points if its helpful.

Thanks Dany

4 REPLIES 4
Read only

Former Member
0 Likes
543

Hi,

On the ouput tab you can select protect age.

Award points if its helpful.

Thanks Dany

Read only

0 Likes
542

Hi Dany,

you have been right - I just needed to create new folder under the main area of the table and fill the protect page checkbox at the outout options tab.

Read only

Former Member
0 Likes
542

In the Line Type definition check the 'No Page Break' checkbox.

Read only

Former Member
0 Likes
542

Yes I can do that, but this protects just one subline and not the main line. Just for your info one single table line looks like this:

Main table line 1

subline 1 - cell a | cell b | cell c

subline 2 - cell a | cell b | cell c

subline 3 - cell a | cell b | cell c

Main table line 2

subline 1 - cell a | cell b | cell c

subline 2 - cell a | cell b | cell c

subline 3 - cell a | cell b | cell c

This all represents one line of the main table .

I already tried to check the Protect page checkbox, but it is still dividing the main table line at the page break, so that it looks e.g. like this:

Page 1

Main table line 1

subline 1 - cell a | cell b | cell c

Page 2

subline 2 - cell a | cell b | cell c

subline 3 - cell a | cell b | cell c

Hope now I explained my problem clearly.

thanx for any help with this one