Subject RE: [IBO] TIB_Grid
Author Dmitriy A. Beloshistov
Hello,Rmiranda !

> I would not like to allow insertions, editions, or deletions through
the TIB_Grid.

Try this:

IB_Query1.ReadOnly:=True; // disable any manipulations with query,
attached to your grid
IB_Grid1.ReadOnly:=True; // disable manipulations for grid too...


WBR,Dmitry Beloshistov AKA [-=BDS=-]