D
dev guy
Hi
I have a form and controls (no datagrid) on it bound to a typed dataset.
On Save button ... I have called EndCurrentEdit and then ds.HasChanges().
Even though no changes are made to the fields on the form, the call to
EndCurrentEdit() causes ds.HasChanges() to become TRUE.
If I do not call EndCurrentEdit() , then even if I do make changes into the
form fields, the HasChanges() remains FALSE.
can somebody throw some light on the same?
warm regards
I have a form and controls (no datagrid) on it bound to a typed dataset.
On Save button ... I have called EndCurrentEdit and then ds.HasChanges().
Even though no changes are made to the fields on the form, the call to
EndCurrentEdit() causes ds.HasChanges() to become TRUE.
If I do not call EndCurrentEdit() , then even if I do make changes into the
form fields, the HasChanges() remains FALSE.
can somebody throw some light on the same?
warm regards