G
Guest
I have a form with various controls on it. After I load my DataSet and show
the form, I make no changes to the data in the controls on the form. On
close, I check to see if the DataSet HasChanges is True. However, it is
always true after looping through all of the tables in the DataSet and
setting the BindingContext to EndCurrentEdit.
There has to be something very basic I am missing here. Am I supposed to
call AcceptChanges after the form's data is loaded?
Thanks in advance!!
the form, I make no changes to the data in the controls on the form. On
close, I check to see if the DataSet HasChanges is True. However, it is
always true after looping through all of the tables in the DataSet and
setting the BindingContext to EndCurrentEdit.
There has to be something very basic I am missing here. Am I supposed to
call AcceptChanges after the form's data is loaded?
Thanks in advance!!