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.