Subject Re: [IBO] Re: cache sync - before edit
Author Jason Wharton
I recommend that you do not use AutoEdit if this is a concern.
AutoEdit in apps is generally not a good idea anyway.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "pi3k14" <frode@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, November 28, 2002 12:18 AM
Subject: [IBO] Re: cache sync - before edit


> --- In IBObjects@y..., "pi3k14" <frode@a...> wrote:
> > --- In IBObjects@y..., Harald Klomann <nibler@t...> wrote:
> > > No problem when setup with bsBeforeEdit !
> > > Check your undelaying transaction - is it commited ?
> > >
> > > Harald
> >
> > Yes,it is. And I am using read commited no wait isolation level.
> >
> > From your reply I assume it work for you? And you don't do any
> manual
> > refresh of the data in the failed post, or move the cursor after
> the
> > failure ?
> >
> > frode
>
> :) I found what is going on.
>
> IBObjects doesn't update the field where I am starting to edit, but
> it update all other fields correctly.
>
> Is there any flag to set or event to respond to so also the Edit
> field where I start to type get refreshed before my typed character
> is added ?
>
> frode