I clone master dataset that's have parameters list date1
and date2
to limits the records fetched from the db
cds_CVentes.CloneCursor(DMT.cds_Ventes, True);
i have Form1 DB-Aware attached to the master ClientDataSet at run time i create form1 instance (form2) Reassigning the datasource to the cloned dataset when i edit the parameters in the cloned ClientDataSet changes reflected to the master ClientDataSet...
I'm wondering if i can bypass this behavior thanks...