Hi Dennis,You will have to use the layout methods to work out which page
you are on and to work out which page the appropriate PERSNR field is
on.You will also have to do this in the ready:layout event, so there
could be a performance hit.Anyway, this JavaScript code in the
ready:layout event of the PERSNR_NEXTPAGE should do what you are
after;var persnr;all:for (var i = xfa.layout.absPage(this); i >= 0; i--)
{ // work backwards from the current page var fields =
xfa.layout.pageContent(i, "field...