Subject | Re: [IBO] Disablecontrols |
---|---|
Author | nibler@t-online.de |
Post date | 2003-03-18T10:24:03Z |
Dion,
Qry.DisableControls;
...Inserts
Qry.EndBusy;
Qry.EnableControls;
Harald
> How do I prevent a TIB_Grid from showing an insert ie displaying visuallyQry.BeginBusy(False);
> the new record, because disablecontrols is not the answer?
Qry.DisableControls;
...Inserts
Qry.EndBusy;
Qry.EnableControls;
Harald