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

AV destroying ppReport

edited May 2003 in General
Hi,
We are having an issue killing ppReport (actually the form it's on) when
cancelling previewing of a report (whilst generating pages). You need to do
it several times in a row for this to occur as it seems to be a timing issue
but we are now having several clients a day complaining...

If you run though the form.components[x].destroy exception occurs on
component TppGroupHeaderBand (always) and it's state is csDestroying.

We have upgraded to v7.02 using it's default report preview with the same
results.

Any ideas. There seems to be nothing we can do as it's actually a RB issue
and we can't create the form again as the component still exists in
application components.

Thanks in advance

Paul Berger

Comments

  • edited May 2003
    Paul,

    Most likely you are freeing the form before the report has finished
    executing. If you are trying to free the form, you need to do so after the
    report has printed. Try calling Report.Cancel before you do so and see if
    that fixes the problem. Then free the form after you call Report.Print. If
    none of this helps, please send a small example demonstrating the problem to
    support@digital-metaphors.com and we'll take a look.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.