Subject Missing Event after SQL has changed
Author Andreas Hesse
I miss an Event after the SQL has changed.

Problem:
IB_Query is prepared -> SQL changed -> IB_Query is unprepared.
I want to re-prepare the Query after the SQL has changed
(for FastReport Designer Native support).

I can hook in TIB_Query.SQL.Changed Event, but this is problematic.

Any suggestion?

Thanks,
Andreas