Subject How to force a prepare
Author Harald Klomann
Hi,

in a TIB_Query, I have to alter the SqlWhereItems.
Since this take effekt only in the OnPrepare event,
I have to force a prepare. If I do a UnPrepare and
after a Prepare, it is a bit time consuming..
If I do it using Query.Search and then Query.Post
it´s much faster, but the controls are going to searchmode
for a short time.

What is the best way to force TIB_Query to reprepare ?

Thanks,
Harald Klomann