1- Try setting your index to a very basic single
record index on the foreign key field only.

2- Disable filters on your detail table.

   It looks like Insert state is causing posted
records to be filtered. 

Dave

--- Alex Oentoro <[EMAIL PROTECTED]> wrote:

> Hi,
> i have a question about master-detail connection
> using TADOTable & Grid
> 
> I put 2 ADOTable in 1 form :
> TMaster :             Primary Key : TNo
> TNo   char(10)
> TTgl  date
> TCust char (25)
> 
> TDetail :             Primary Key : TNo, TUrut
> TNo   char(10)
> TUrut byte
> TBarang       char(25)
> THrg  integer
> TQty  integer
> TSubTot       integer
> 
> TMaster & TDetail connected via MasterSource
> property of TDetail
> 
> each table connected to separate Grid
> 
> the Problem occurs on the detail grid. Everytime I
> enter more than 1
> row, detail for the previous row become disappear.
> But after the
> Transaction is saved, all data rows suddenly appear.
> eq : I enter 1 row on detail, and then press down
> key to enter data
> for 2nd row on the grid ... then 1st row is
> disappear. Same thing
> happened when I press down once more to enter the
> 3rd data, so at one
> time there is only 1 row appear in the detail grid
> 
> what should I do to make all rows always appear when
> I enter more than
> 1 row of data ?
> 
> thx in advance
> 



 
____________________________________________________________________________________
Finding fabulous fares is fun.  
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel 
bargains.
http://farechase.yahoo.com/promo-generic-14795097

Reply via email to