Subject | RE: [IBO] TIB_Grid |
---|---|
Author | Dmitriy A. Beloshistov |
Post date | 2007-06-07T08:08:18Z |
Hello,Rmiranda !
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=-]
> I would not like to allow insertions, editions, or deletions throughthe 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=-]