Hi,
>I am looking for suggestions on how to print lines of text(max 10 lines) at the very bottom of the last page.
>..
>Can I do this in GRW?
yes, we call that a "last page footer" and the following pattern can be applied for that:
First make sure that you can print a box whose size is minimal (just encloses the content) on the last page after the last item of report data.
This would typically be at the position of the last child of the page root.
Then you set "Y" for this box to "max" and "Anchor Y" to "1" which shifts the box to be bottom of the page
If you don't have page footers in your report then you are done at this point.
Otherwise you need to set the option "Hide Page Footer on Last Page" to prevent the box from painting on top of the standard footer.
In addition to that you need to look if the box (The "last page footer") is taller than the standard footer. If yes then insert an empty box before your "last page footer" whose height equals or is greater than the difference in height between the "last page footer" and the standard footer.
A similar case has been discussed in the thread "Last Page Footer" (
https://4js.com/fjs_forum/index.php?topic=803.0)
The upcoming version will have a "Last Page Footer" section specifically for this problem.
Regards,
Alex