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.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.