Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, there has to be something that is either firing an Undo, navigating the record, etc. Have you tried adding a break point in the navigating event and then looking at the call stack? You could also open up the SF source, build it in debug mode, and add a break point in the OnNavigating method in the BusinessLayer class. You could then look at the call stack and meybe get an idea of what is firing. I have never heard of anything like you are describing so there has to be some event that is being raised/handled or an Undo called make this happen.
|