Subject Re: [IBO] Re: wrong record after post & edit (with blob)
Author Jason Wharton
I'm still unable to duplicate this problem and until I can it isn't likely
I'll have a solution.

Jason Wharton

----- Original Message -----
From: "lalopus" <eduardo@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, September 11, 2003 5:08 AM
Subject: [IBO] Re: wrong record after post & edit (with blob)


> Hi, I'm still testing with this problem, my current version of IBO
> is 4.2Gc, and now I downloaded the trial version from the site
> (4.2I).
> It looks like the problem is still there.
> Does anyone have a solution on this?
>
>
> --- In IBObjects@yahoogroups.com, "lalopus" <eduardo@p...> wrote:
> > Hi, I am doing the following:
> > - TIBOQuery myQuery positioned on record 'x'.
> > - myQuery.Insert
> > - fill with data...
> > - myQuery.Post
> > - myQuery.Edit
> > when myQuery has a blob field with data the dataset (TIBOQuery) is
> > positioned on the same record that it was before I made the Insert
> > (this is, record 'x').
> > If the blob field (a TMemo in this case) has no data, the record
> > after Edit is the newly inserted record.
> >
> > Help!?
> >
> > Regards
> > Eduardo