This is a real work effort, NOT a homework assignment!
This sample is just the simplest way of defining the
problem.
Given a simple report containing people's names and their
test score (0-100). Is it possible to have the page header
show the highest score on the page and the page footer
show the lowest score on the page.
I have tried (I think) all of the various report events,
but I can't produce the desired result.
The process I have followed so far:
One must center on the detail section. If I use the
"OnFormat" event the drawback is that the report
software traverses more records than will appear
on the page (giving incorrect results). If I use
the "OnPrint" event, then the results are correct
but the PageHeader is unavailable (already printed).
Thanks.
This sample is just the simplest way of defining the
problem.
Given a simple report containing people's names and their
test score (0-100). Is it possible to have the page header
show the highest score on the page and the page footer
show the lowest score on the page.
I have tried (I think) all of the various report events,
but I can't produce the desired result.
The process I have followed so far:
One must center on the detail section. If I use the
"OnFormat" event the drawback is that the report
software traverses more records than will appear
on the page (giving incorrect results). If I use
the "OnPrint" event, then the results are correct
but the PageHeader is unavailable (already printed).
Thanks.