Subject IBO with CachedUpdate
Author Listas HRsoft
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/>




[Non-text portions of this message have been removed]