you would have an array pointer that would be reset in the group header....but you don't want it reset in a repeated Group header (ie. group splits over 2 pages) so put this in the Group header
@IntializePointer (Suppressed in group header)
NumberVar Pointer;
if not inRepeatedGroupHeader then
Pointer := 1;
Use pointer then when you reference your array and incriment it as you normally would.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.