Subject Re: [IBO] Disablecontrols
Author nibler@t-online.de
Dion,

> Qry.BeginBusy(False);
> Qry.DisableControls;
>
> ...Inserts
>
> Qry.EndBusy;
> Qry.EnableControls;

in fact, IB_Query.DisableControls / IB_Query.EnableControls is all you need.

IB_Query.BeginBusy ... IB_Query.EndBusy is a big performance boost, if you do
mass inserts/updates/deletes between these statements.

Cheers
Harald