Hi all,
I need your advice again
What properties do I need to set and where to make my text object (created on the master page) appear starting from the 2nd page????
Thank you much!
Solved! Go to Solution.
Views
Replies
Total Likes
In the TextField's Layout Ready event, write the following code..
Set the Language to JavaScript.
if(xfa.layout.page(this)==1)
this.presence = "hidden";
Thanks
Srini
Views
Replies
Total Likes
In the TextField's Layout Ready event, write the following code..
Set the Language to JavaScript.
if(xfa.layout.page(this)==1)
this.presence = "hidden";
Thanks
Srini
Views
Replies
Total Likes
Perfect! Thank you!
Views
Replies
Total Likes
Hi again,
Now I need to do the same but with Date/Time Field. I tried to use the same code, but it's not working now!
Does anybody have a clue how to set it correctly?
Thanks a mil,
Maria
Views
Replies
Total Likes
You put the same code on the Date/Time Field Form Ready event? Can you look at the JavaScript console (ctrl-J) and see if any errors are generated?
Paul
Views
Replies
Total Likes
No, I put the code on the layout:ready event... But as I read your post I tried putting it on the form:ready event, nothing changed.
JavaScript console - you mean ScriptEditor????? I didn't notice any errors... Probably I looked at the wrong place
Thanks for helping =)
Views
Replies
Total Likes
Views
Likes
Replies