Home General

PageLimitReached;

edited September 2001 in General
When I call Report.PageLimitReached, how can I determine when the report
actually stops printing. After this call, it continues to call the
OnGetFieldValue event for some time, which is a problem if I'm loading a
different report. I've tried resetting the engine, and things like WHILE
REPORT.PRINTING DO; (that just locks the program). If I free the report
component and create a new one for the next report, I get access violations
like crazy. There must be some way to stop the report and know that it's
really dead, but I've been at this for a week with no success.

Gregg Van Oss
gregg@epicsoftware.net

Comments

This discussion has been closed.