I was wondering how you can end or cancel the AddNew method without using the Update method. I want to allow the user the option of cancelling or moving to another record in the middle of adding a new record.
Any advice would be great,
Wick
Printable View
I was wondering how you can end or cancel the AddNew method without using the Update method. I want to allow the user the option of cancelling or moving to another record in the middle of adding a new record.
Any advice would be great,
Wick
per MSDN
Quote:
CancelUpdate Method
Cancels any changes made to the current record or to a new record prior to calling the Update method.