Thread: Clone client data set without cloning its event
Clone client data set without cloning
its event
2006-06-26 10:16:37
Hello,
I've clone a clientdataset with routines like this:
ClientDataSetClone.CloneCursor(Form1.ClientDataSet1,false);
Which is in ClientDataSet1 i have an event(OnCalcFields),
the problem is i doesnt want that event exist in the cloned clientdataset..
Any suggestions?
Thanks.