Hi,
In my code I change the attributes of a bunch of features. I do an Editor.StopOperation at the end of all my changes. When the user clicks 'Save Edits' on the editing toolbar, it doesn't prompt the user if they want to save their edits or not. It just stops editing without saving anything.
What is going on?? The user must start an editing session before the tool my code runs with becomes enabled.
Any ideas??