Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Re-calculation on new page

edited April 2003 in General
Hi,
I have a report that consists of one or more pages. Each page contains a
group and detail, the data is received through a pipeline. The group breaks
on a DBText field value change and goes to the next page.

Based on the values I receive in a certain DBText field, I want to set the
height property of a shape object. This works fine when the report is only
one page, but not when there are multiple pages, it will now always take the
last value received.

What event do I need to attach my code to, to have the code execute only for
the currently visible page and have it refire when the page changes. I have
tried onPageRequest for the report, but I get an error 'No RTTI for event
onPageRequest'.

TIA.

Arnold

Comments

This discussion has been closed.