I have a master detail setup between 2 TOracleDatasets which works fine.
On Insert of the Master table the value of the keyfield is set in the master dataset, unfortunately it does not run the query on the detail dataset for this new value, so the detail dataset does not point at the required record
If the master dataset is being edited, rather than inserted it works fine, and runs the detail query when the keyfield is changed.
Is there any way of getting it to work the same way when inserting?
Thanks
On Insert of the Master table the value of the keyfield is set in the master dataset, unfortunately it does not run the query on the detail dataset for this new value, so the detail dataset does not point at the required record

If the master dataset is being edited, rather than inserted it works fine, and runs the detail query when the keyfield is changed.

Is there any way of getting it to work the same way when inserting?
Thanks