Subject Re: [IBO] Strange: IBOTable in dsEdit state after Post()
Author Woody (TMW)
From: "Robert Osowiecki" <robson@...>
> Hello!
>
> I've encountered a hard to reproduce bug in my program: after callin
> Post() on IBOTable, the table is still in dsEdit mode, but no exception
> is thrown! Any suggestions? I've beed fighting with this for 2 days
> already...

In most cases, I have found this to be an event procedure of some type that
fires when the Post occurs. Something that needs to be
fixed/changed/adjusted based on the data being posted so it has to put the
dataset back into edit mode.

Don't know if that's what is happening but it's the first thing I would look
for.

HTH
Woody (TMW)