Message 1 of 4
Undo Transactions step-by-step within a CommandMethod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a CommandMethod which has a loop that opens and commits transactions until the user is finished with it and exits.
I would like each transaction to be undone seperately but the undo command undoes the CommandMethod (along with all the transactions that occured while in the loop)
Do I need to use the COM StartUndoMark and EndUndoMark to get this working?
Hope someone can help,