cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form Master page hiding

Former Member
0 Kudos

Hi Experts,

I am new for adobe form i have developing one form that is having 2 master pages. if the line items less then 4 i have to display them in 2end page (items displaying second page is working fine but still the 1st page displaying with empty table )in this case the 1st master page should be hide. How to do that please help me on that...

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member206394
Active Participant
0 Kudos

Hello Krishna Reddy,

Please find the below links as helpful.

Reward, if helpful.

Regards,

Shankar Narayana Reddy Ramigani

Former Member
0 Kudos

Hi Sankar,

Thanks for giving replay,

Those are not helpful for me.

Former Member
0 Kudos

Thanks Varun for giving reply.

Can you please explain clearly. My doubt is it possible to hide first master page in adobe forms?

Former Member
0 Kudos

Hi,

You can use Javascript code to hide subforms like

this.presence = 'hidden';

this.presence = 'visible'.

in Initial event of each form.

Regrads,

Lingaraj

Former Member
0 Kudos

Hi lingaraj,

Thanks for giving replay

Please give me clarity on this. Is it possible to hide master page?.

Former Member
0 Kudos

Hi,

You can hide subform in both Master or Design Page.

Generally we use:

Master Page:If any content needs to be repeated in Each Page

Design Page:It wont repeat in Each Page,But dynamically you can Create many subform.

Regards,

Lingaraj

Former Member
0 Kudos

Hi Lingaraj,

Thanks for giving replay,

I have two master pages, I need to hide entire first master page.

varun_vadnala3
Active Participant
0 Kudos

1.In order to avoid the first page not to display write the form calc of Java script on the first page.

2.Or else Use design page with two subforms. Subform A and Subform B. Incase records are less than 4, then Activate flag "A" and in pagination tab ask it to start on Master Page 2.

3.Similarly repeat the process for more than 4 records, with pagination tab asking to start on Master Page 1.