Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi
Currently doing a form, I'm supposed to hide the Header object from appearing on the following pages after the first page. I have tried the following but it doesn't work
if(this.rawValue == "1")
{
form1.pageSet.Page1.TextField1.presence = "hidden";
}
Hi there,
you can always use xfa.layout.page(xfa.form.form1.[...]); this will tell you what page the item is...
I hope this will help
Views
Likes
Replies