cancel
Showing results for 
Search instead for 
Did you mean: 

Stop Subform printing on next page

Former Member
0 Kudos

Hi People,

My requirement is that i want to print last subform of my page on first page only and second from the last can extend on second page as per data.

So for that Content property of my last subform is Positioned and second last is flowed.

I am able to print my second last subform on second page as per req.

But now the last subform is also getting printed along with it, if second page appears.

I wrote one Javascript code as :

//data.Main_Page.Meter_Test_Results.CurrentPage::ready:layout - (JavaScript, client)

this.rawValue = xfa.layout.page(this);

if(this.rawValue>1){

Meter_Test_Results.presence = "hidden";

It is workin on one adobe form, but not workin here...

Plz HELP

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

brice_lagaly
Participant
0 Kudos

Hello Ketan,

A drawing will be good for better understanding of your need.

Regards