Subject RE: [IBO] IBO with CachedUpdate
Author Jason Wharton
I have some fixes to cached updates in the release I am getting ready and
I'd be pleased if you would give them a beta test. I am quite certain your
issues are now resolved.

Sorry it's been so long! In fact, it was the day after you posted this that
I hyper extended my right elbow and I've been nursing it back to full health
and not spending as much time at the keyboard as usual. I finally went in
to a myropractor and got my ligaments/tendons reset to their proper location
and now after almost a week I feel very much better.

Jason Wharton


> -----Original Message-----
> From: Listas HRsoft [mailto:listas@...]
> Sent: Friday, September 10, 2004 1:56 PM
> To: IBOBJECTS-GROUPS
> Subject: [IBO] IBO with CachedUpdate
>
>
> IBO 4.3 registered / IB 6.01 / Delphi 7 Pro
>
> Dear Friends
> In my apps (migrated from BDE/Pdox), I use CachedUpdate, in
> master-detail.
>
> - Master (index: numped)
> numped char(6)
> data (date)
>
> - Detail (Index: numped + auton) (Masterfield: numped)
> - numped char(6)
> - auton integer
> - codProduct char(5)
> Ex:
> 000001 - 1 - xx1
> 000001 - 2 - xx2
> 000001 - 3 - xx3
>
> With IBO/IB-6 - (detail with cachedUpdate = true)
> - When inserting records, in a grid, the order of the records are
> inverted, ie:
> 000001 - 3- xx3
> 000001 - 2- xx2
> 000001 - 1- xx1
>
> AfterPost, the order of the records are ok. But I need this correct
> order before post...
>
> Can you help me?
> Thanks in advance.
> _____________________________________________
> Hércules Russano
> HRsoft Informática - São Gonçalo - RJ - Brasil
> (0xx21) 2601-3970 - 3246-2342
> http://www.hrsoft.com.br <http://www.hrsoft.com.br/>
>