Subject | Re: [IBO] deleting |
---|---|
Author | stewartbourke@eircom.net |
Post date | 2001-11-27T23:06:01Z |
Wow, thanks for the quick reply.
One thing I have tried since my post was to try using a standard
dbgrid and dbnavigator. It does not happen when I use these
componets, but when I go back to the ww ones, it happens again so I
have posted a question to the w2w group.
FYI, I am using Interbase 6 - free version, with D5 e/prise, IBO v3.6
(the last version of 3 - ca't remember if it was 3.5 or 3.6). No
cached updates, and the only event used is the afterinsert event,
where I set two fields with default values of 'N'
Thanks,
Stewart Bourke,
One thing I have tried since my post was to try using a standard
dbgrid and dbnavigator. It does not happen when I use these
componets, but when I go back to the ww ones, it happens again so I
have posted a question to the w2w group.
FYI, I am using Interbase 6 - free version, with D5 e/prise, IBO v3.6
(the last version of 3 - ca't remember if it was 3.5 or 3.6). No
cached updates, and the only event used is the afterinsert event,
where I set two fields with default values of 'N'
Thanks,
Stewart Bourke,
--- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> There must be something specific to your situation getting in the
way here.
> Please furnish us will all the details.
> IBO version.
> Delphi version.
> Using cachedupdates?
> Code in any events of the dataset?
> etc.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: <stewartbourke@e...>
> To: <IBObjects@y...>
> Sent: Tuesday, November 27, 2001 3:52 PM
> Subject: [IBO] deleting
>
>
> > I now have anoth grid-related problem.
> >
> > I have a wwdbgrin and a wwdbnavigator showing all rows on a
table -
> > ibotable used here.
> >
> > I only have 7 or 8 rows on the table. When I click on the delete
> > button and I confirm the delete, the application seems to delete
the
> > incorrect row - it could be the first row, or the row directly b4
or
> > after the selected row.
> >
> > Would anybody have any idea as to why this happens?
> >
> > On the ibotable I have a generatorlinks set to the name of a
> > generator, and I have keylinks defined as supplier.sup_sin, where
> > sup_sin is the field populated by the generator, thus giving a
unique
> > way of identifying the record.
> >
> > Thanks,
> >
> > Stewart Bourke
> >