cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding second page in adobe forms

Former Member
0 Kudos

hi all,

I have a adobe form with 2 pages. My first page needs to be displayed always whereas the second page needs to be displayed only for certain conditions. Please let me how this can be done asap. Thanks in advance.

Regards,

Vinod.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vinod,

Here are the Steps to hide the Page, I don't know on what conditions you are going to dispay the second page,

But the general steps are as follows:

1) Go to Layout

2) Go to Hierarchy Tab

3) Select the Page / Subform that needs to be Hidden or to be made Invisible

4) Go to "Paletts" menu item--> select "Objects" option from it

5) Objects tab will be selected by default

5.1) Select the Master page/ Page/ Subform (Tab)

5.2) Use the "Presence" property to hide the pages you want, i.e.,

Select the value for the "Presence" field from the dropdown,

5.3) Select Invisible / Hidden (Exclude from Layout)

Regards,

Samad

Former Member
0 Kudos

This message was moderated.

chintan_virani
Active Contributor
0 Kudos

YES that's possible, the only thing you need to know is little bit of scripting and such questions have been discussed at length here. So please make use of Search option.

Former Member
0 Kudos

hi,

Click on the second page and write the following formcalc script in form initialization even. I am assuming that HIDEPAGE_FLAG is the parameter u are passing from the program.

if ( $record.HIDEPAGE_FLAG eq "X" ) then

this.presence = "hidden"

endif

Hope this helps you.

Regards,

Devaiah.

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

Maybe you should consider earning some SDN points first. How long do you expect we will answer your questions when we get nothing back? Otto