My understanding is that clonedatasets share the same data with their source dataset. When I clone a dataset in insert mode the clone is in browse mode and cant access any field values already set in the source dataset. Is it possible to access the new record from the clone to adjust any of its field values without triggering events such as OnDataChange/OnUpdateData?
using Delphi 7/2010, dbExpress and MySQL.
TClientDataSet.CloneCursor()? - Marcus Adams