Subject Re: [IBO] Callback problem with TIB_Dataset
Author Markus Ostenried
On 11/29/06, Don Schoeman <don@...> wrote:
> I suggest that in order to fix this problem (if it's not fixed yet) is to
> add an additional property to the TIB_Dataset class which allows one to
> Disable the callback functionality alltogether, perhaps something like
> CallbackDisable. When set to true it should skip any Callback functionality.
> This might make more sense than having to assign a dummy callback routine.

AFAIR you can set the CallbackInc property to 0 or -1 to achieve what
you want. See the help for details.

HTH,
Markus