Hi,
I have a DataGrid on a form that is bound to a disconnected dataset. What I want to be able to do, when the user makes their changes and click on the save button (dataSet.update) would like to get all the rows that will be changed when the update is done, and their original value so that I can store it in a History table.
I know I can use the getChanges methods to get all rows that have been modified, but that doesn't give the original values.
Can anyone help?
Thanks
I have a DataGrid on a form that is bound to a disconnected dataset. What I want to be able to do, when the user makes their changes and click on the save button (dataSet.update) would like to get all the rows that will be changed when the update is done, and their original value so that I can store it in a History table.
I know I can use the getChanges methods to get all rows that have been modified, but that doesn't give the original values.
Can anyone help?
Thanks