N
news.microsoft.com
Hello
On a form, I want the user to be prompted if he moves to a different record
to ask him if he wants to commit his changes.
They are moving from Access and very used to things saving on its own.
So I want to make sure they are prompted for information to be saved, if
they change to another record or a tab on the form.
Do we just call newds = ds.GetChanges() and check if newds is null ?
Are there any examples out there ?
Thanks
HS
On a form, I want the user to be prompted if he moves to a different record
to ask him if he wants to commit his changes.
They are moving from Access and very used to things saving on its own.
So I want to make sure they are prompted for information to be saved, if
they change to another record or a tab on the form.
Do we just call newds = ds.GetChanges() and check if newds is null ?
Are there any examples out there ?
Thanks
HS