


Hello,
I am making a form with a master page. One object on the first page should have value from binding and on the other pages it should be empty. I tried using:
if (xfa.layout.page(this) !== 1)
{
this.rawValue = "" ;
}
but it doesn't work. (delete a value also on the first page).
Please help.
Thanx.
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
I resolve it with a second master and different values.
Thanx anyway.
Views
Replies
Sign in to like this content
Total Likes