Why the OnApplyRecord is fired when OracleDataSet.Append is executed ?

tedesco

Member
Hi

Why the OnApplyRecord is fired when OracleDataSet.Append is executed,
using doa 4.0.7.1 ?

This behavior do not happens on earlier versions of DOA and doesn't matter if i using oracle 8i or 10g.

Best regards
Tedesco
 
I tested this with the DeptEmp demo project, and I do not see an OnApplyRecord event. Perhaps you are doing some additional processing that cause it?
 
Hi Marco Kalter

Thanks for the answer.
The only thing different is that OracleDataSer is a detail in a masterxdetail relationship;

Tedesco
 
The DeptEmp demo has a master and detail dataset as well. I get no OnApplyRecord event on either dataset when calling Append.
 
Back
Top