Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
What was the trick to this? I'm having the same issue....I want to hide my subform using the prePrint and postPrint event on the master page and it's not working, but it works on the body page. My form is dynamic and my script is this.presence = "hidden";
Thanks
Views
Replies
Total Likes
Views
Replies
Total Likes
Hello,
Please try this and fins the attached sample for the same.
write the script in TOP level of the form.
---form1::prePrint - (JavaScript, both)----
form1.Page1.TextField1.presence = "hidden";
form1::postPrint - (JavaScript, both)
form1.Page1.TextField1.presence = "visible";
save as dynamic pdf.
Thanks,
Raghu.
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies