Hi guys
I'am working on simple project of master/detail dataset using TSQLQuery of SQLDB (Lazarus 2.0.6, Firebird 3, Windows 7 32 bit), and here is my problem:
All updates made to detail dataset are vanished whenever the master dataset active record moves!
I think this is because the detail dataset is refreshed, but the option
sqoCancelUpdatesOnRefresh is set to
falseChanges in the detail dataset are kept if I call ApplyUpdates method, but I don't want to apply update every time I scroll in the master dataset!
Can anyone find a solution?
Thanks
