Hi All,
i have a problem that i cannot solve because i cannot read the number of pages in Body Pages.
I try to explain better:
If i want to hide an element in the Master Page i can inserting this code in the element
if(xfa.layout.page(this) > 1) { this.presence = "hidden"; }
and it works!
but if i do the same with an element in Body Page it doesn't work... why?!?
Thanks a lot
KR
Massimo