I created a form with two pages .
page 1 is initially visible where as page 2 is not.
When clicking a button in page1, the page 2 must be visible and should hide the page1.
the code written is
page2.presence = "visible";
page1.presence= 'hidden';
xfa.layout.relayout();
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Nith,
If you change the pagination for page2 to "follow previous" it works:
Good luck,
Niall
Views
Replies
Total Likes
http://groups.google.co.in/group/livecycle/web/Page%20presence.pdf?hl=en
The file is attached in the above link.
Nith
Views
Replies
Total Likes
Hi Nith,
If you change the pagination for page2 to "follow previous" it works:
Good luck,
Niall
Views
Replies
Total Likes
Thank you very much Niall.
It works!
Nith
Views
Replies
Total Likes
Views
Likes
Replies