Timothy J. Kelly <tj...@voyager.net> wrote in article
<345143...@voyager.net>...
Ajay /Bunty
Instead of the line
if Row <> NewRow then
I wrote:
If (Row<>NewRow) and (NewRow < RowCount) then
I tried that and the problem disappeared, but i got several 'Access
Violations' instead.
I think it is wise not to define columns in the DbGrid Column Editor. Instead
i prefer to use the property 'Visible' and the problem doesn't occur.
Ajay Wadhia / Bunty wrote:
> Disabledatacontrols of the datasource of the ttable (index of which u r
> changing) before changing the index.
> Then after u have changed the index enablecontrols of the datasource.
> This solves this problem in few specific cases with the same problem.
> regards
>
> Ajay /Bunty
>
> Bruce Irwin wrote:
>
> > If you are using D3 get D3.01. There is a problem with the BDE 4.0.
> > BDE
> > 4.01 fixes it
> >
> > Timothy J. Kelly <tj...@voyager.net> wrote in article
> > <345143...@voyager.net>...
or both of the above are true.
Regards