- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an odd situation, and I'm just checking in to see if this is normal.
I have a transaction. It's rather simple. I just sets a parameter.
It has worked fine. Recently, I've been enhancing my code to set multiple parameters on different elements. I made a simple loop with the transaction inside the loop. Basically, it does back-to-back-to-back transactions on different object parameters.
I've noticed that the loop only commits the first object parameter change. The first elements go through the whole commit process, because I've stepped through it to make sure it hits the parameter.set() line. But when I go to the model, only the first object parameter has changed. I have verified that the object element ID has changed with each iteration of the loop.
Has anyone seen this? This is really odd.
Solved! Go to Solution.