Author: Paul McNett
Posted: 2008-05-28 at 17:14:36
Tracy Pearson wrote:
> If you have any code that modifies the FRX's on the fly, you'll need to
> account for that.
What I do in my reporting base class is to SELECT from the original FRX
to a temporary readwrite cursor, and code can then modify that.
Paul