cancel
Showing results for 
Search instead for 
Did you mean: 

Page print in Adobe Form

Former Member
0 Kudos

Hi Friends,

I developed a Adobe form with 2 master pages. I dont want to display my 2nd Master page if a field eq 'MANAGER'. This field is displayed on Master Page. When I am giving print my 2nd page is also printing I dont want my 2nd master page to print if the field is 'MANAGER'. How can i do this ?

How can we do this in javascript or in Formcalc. ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can create one subform,you can write scripting for that subform using the condition if textfield equals to manager make the visibility of that subfom as true else make it as false.

Former Member
0 Kudos

Thanks Reshma,

I did wht u told me to do .. i am able to supress subform but not master page. Can u tell me how i can supress master page ?

former_member188685
Active Contributor
0 Kudos

Or You can do this...

Create a Subform in the first page , create the condition for that only if the particular field is MANAGER then only this should be displayed. HIDE the subform , in the properties you can check.

This subform properties Place that on Top of Next page or choose the Master page content area which you want.

So when manager only this forms will trigger and the corresponding details will be shown.

bpawanchand
Active Contributor
0 Kudos

HI

Regards

Pavan

Former Member
0 Kudos

I think you gave me worng link. Can you chk once again

Former Member
0 Kudos

Any solution for this ?