cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform - Page Break

Former Member
0 Kudos

Hi,

I'm currently having an issue controlling page break. The smartform currently prints off a manifest of delivery items. It is cutting off part of the item at the bottom of the page i.e. part of it appears on the bottom of page 1 the rest on the top of page 2.

I want to force a page break after 2 items on the first page and 4 items on the Next pages. This should solve the problem.

I've tried using a command to Go To Next Page. I placed this directly after the table within the loop. However this does not seem to be page breaking?

Any ideas on where I'm going wrong?

Many Thanks,

Philip Johannesen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

use the following link

Reward if useful

Thnaks

Krushna

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks guys I managed to get it working. I have awarded points for your helpful responses.

Many Thanks,

Philip Johannesen

Former Member
0 Kudos

Hi ,

Create a variable count . Initialize it to 0 . Increase the count after every line item display . Craete a command node and with condition

count > 2 .

Then it will after prinitng 2 line items .

Regards

Neetesh