Avatar

Level 10

On the initialize event of the rirst field in the row you can use this command:

xfa.layout.page(this

)

This command will return to you the page number that "this" object is in. "this" refers to the current object. I do not remember if the page numbers are 0 based or 1 based  but when you get the correct return you can do what you need to do.

Paul