Thanks for the advice Gareth and Trudy,
I got the end page by saving it in a perl hash in edited APP
code of the last row of the table. I think there's probably
a better was to save it in a javascript variable attached
to some APP object, but I'm not sure of the syntax.
In any case, even having that information it seems not to
update the gentext from the Repeating Title text. I'll keep
tinkering - maybe something will click!
Regards,
Richard
> You could get this working with APP but it would be tricky (deep deep
> edited source if we are talking Styler). The problem is when you come to
> the last page of the table, how do you know it is the last page of the
> table? APP formats in a forward direction only and will not backtrack
> during a format to update information it has already placed.
>
> What you would need to do is a double format. On the first format pass you
> need to identify the final page for each table and then on the second
> format pass you can use that information to do a simple "if this else
> that" to display the correct continuation text.
>
> // Gareth Oakes
> // Chief Architect
> // GPSL (www.gpslsolutions.com)
>