Subject | [IBO] saving atomic data :) |
---|---|
Author | Duilio Foschi |
Post date | 2002-02-12T09:56:44Z |
Dear Helen,
master/detail form work as expected ?), but I cannot see the behaviour you
explain (even w/o the changes I explain below).
As a bottom line, I can easily insert orphaned master records.
1. when a master record is inserted, a new detail record is inserted as well
2. when the master record is deleted, all the detail records are deleted
3. before a detail record is deleted, all the detail records are counted.
If it results that the current record is the last record, the delete is
aborted
Thank you
Duilio Foschi
>If you have the Mastersource and MasterLinks set up properly, this isI guess that Mastersource and MasterLinks values are ok (else would the
>done for you. IBO posts the master record first and performs a
>CommitRetaining on the master table.
master/detail form work as expected ?), but I cannot see the behaviour you
explain (even w/o the changes I explain below).
As a bottom line, I can easily insert orphaned master records.
>I think your enforcement test should be on the detail datasetI decided to solve the problem in this way:
1. when a master record is inserted, a new detail record is inserted as well
2. when the master record is deleted, all the detail records are deleted
3. before a detail record is deleted, all the detail records are counted.
If it results that the current record is the last record, the delete is
aborted
Thank you
Duilio Foschi