cancel
Showing results for 
Search instead for 
Did you mean: 

empty page after last subform

Former Member
0 Kudos

Hello,

we're having a table with several fields. For every row in this table we generate a subform on a new page. This results however in an empty page on the end, because also after the last subform, a page break is generated.

I was thinking, that maybe, it could be solved with conditional page breaks, but the check on the existance of a value doesn't seem to work.

Can anyone give a solution or advice for this?

kind regards,

Pieter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am not sure but can you try this:

I would check for the current page number and see in form calc that

if currentpagenumber == total number of pages

then $.presence = "hidden" or any page property which we can hide.

I am doing a research on it, will let you know if i find any other feasible option or solution.

Rgds,

Nitin.