IndexedDB

Hi,

I am adding multiple records to a TWebIndexedDbClientDataset in a procedure but after doing so I cannot do a locate until I close and reopen the table.. Has anyone else come across this?

Thanks,

Ken

Are you doing this locate after you ensure that the records were asynchronously added, i.e. not a call to locate immediately after insert?
All operations with IndexedDB are asynchronous.

Thanks. How can I ensure that?