Subject | Re: [IBO] Disablecontrols |
---|---|
Author | nibler@t-online.de |
Post date | 2003-03-18T14:51:25Z |
Dion,
IB_Query.BeginBusy ... IB_Query.EndBusy is a big performance boost, if you do
mass inserts/updates/deletes between these statements.
Cheers
Harald
> Qry.BeginBusy(False);in fact, IB_Query.DisableControls / IB_Query.EnableControls is all you need.
> Qry.DisableControls;
>
> ...Inserts
>
> Qry.EndBusy;
> Qry.EnableControls;
IB_Query.BeginBusy ... IB_Query.EndBusy is a big performance boost, if you do
mass inserts/updates/deletes between these statements.
Cheers
Harald