S SvenHeuer Member² Oct 25, 2001 #1 Marco, is this a WAD? TDataSet in CachedUpdate (Master of a Detail DataSet) Insert a record (and do not post it). Insert a record on a detail DataSet. Delete the Master-Record. The OnDelete handler will not be called ? Greetings Sven
Marco, is this a WAD? TDataSet in CachedUpdate (Master of a Detail DataSet) Insert a record (and do not post it). Insert a record on a detail DataSet. Delete the Master-Record. The OnDelete handler will not be called ? Greetings Sven
Marco Kalter Administrator Staff member Oct 26, 2001 #1 Before looking into this, which OnDelete handler are you referring to? ------------------ Marco Kalter Allround Automations
Before looking into this, which OnDelete handler are you referring to? ------------------ Marco Kalter Allround Automations
S SvenHeuer Member² Oct 26, 2001 #1 You're right. The handler has the correct name: TOracleDataSet.BeforeDelete(DataSet : TDataSet) Greetings Sven
You're right. The handler has the correct name: TOracleDataSet.BeforeDelete(DataSet : TDataSet) Greetings Sven
Marco Kalter Administrator Staff member Nov 1, 2001 #1 If the newly inserted record isn't posted yet, it will effectively be cancelled when you delete it. That's why the BeforeDelete event does not fire. ------------------ Marco Kalter Allround Automations
If the newly inserted record isn't posted yet, it will effectively be cancelled when you delete it. That's why the BeforeDelete event does not fire. ------------------ Marco Kalter Allround Automations