cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I am attempting to dynamically hide a Master Page when outputting an ADOBE Form, but page contents is blanked out and a blank page is still outputted. This is what I have in my SFP Form:

Variable GV_HAS_TEXT when = null, I want to hide ThirdPage.

Below is the Form Calc Script I have for ThirdPage in Events: Initialization, Form Ready and Layout Ready:

if ( $.GV_HAS_TEXT == null ) then

$.presence = "hidden"

endif

When the above script condition is met, the Subform contents are all hidden, but a blank page is still outputted at the end of the Form....which is what I don't want?

Would appreciate any assistance.

thanks,

Con.

0 Likes
View Entire Topic
cpz
Explorer
0 Likes

This is the Master Page Hierarchy: