Avatar

Level 10

Hi there,

To be able to retrieve the number of the page where your row is, use this function in the calculate event of the field wanted!

xfa.layout.page(this);

Hope this help!