Hi,
i am setting this.rawValue = xfa.layout.page(this); in layout:ready Event. This is working fine.
But when i am trying to send the page no to a messageBox in the same Event like this:
xfa.host.messageBox(xfa.layout.page(this));
nothing happens. Why?
Regards
dpz