Board index » delphi » don't allow append/insert in dbgrid

don't allow append/insert in dbgrid

hi guys,

is it possible to unable append/insert in a dbgrid but allow to edit ?

thank

from,
lee

 

Re:don't allow append/insert in dbgrid


Hello Lee,

Write an DataSet.OnBeforeInsert, test conditions, and call System.Abort to
prevent adding new record.

--
Andrei Fomine.
Add full-blown clipboard and drag-and-drop capabilities to any control with
Transfer@once.
DbAltGrid allows multi-line layout and RTF text in a DBGrid descendant.
http://www.quasidata.com/

Quote
"lee" <leebanc...@hotmail.com> wrote in message news:3b8471ed_2@dnews...
> hi guys,

> is it possible to unable append/insert in a dbgrid but allow to edit ?

> thank

> from,
> lee

Other Threads