Subject Re: [IBO] Using MaxTicks
Author Jason Wharton
> I have set TIB_Query.MaxTicks := 60,000 to be sure that a query doesn't
take
> to long--but the query always returns empty. If I clear the MaxTicks (set
to
> zero) it seems to work fine.
>
> I looked for help or prior posts on this and could not find anything.
>
> How to I use MaxTicks?

There was a bug in here. It would have worked if you were to turn on
callback fetching. I have it so it will work in all cases as expected.

Jason