StrataFrame Forum

Concurrency

http://forum.strataframe.net/Topic5851.aspx

By Guy - 1/15/2007

Hi,
When using a timestamp field for concurrency checking it would be useful if that field was excluded from the fields that are visualized in the collision notification.
By StrataFrame Team - 1/16/2007

Ah, I can see that you would not want your users to be able to see it lest they be confused by it.  Right now, you can prevent the field from displaying by overriding the OnConcurrencyException method and removing that field collision from the FieldCollisions collection within the row collision of the event args.
By Guy - 1/16/2007

Sounds easy, I'll try that. Just realised that I posted this in the wrong thread, sorry about that Doze
By StrataFrame Team - 1/17/2007

Hehe, that's OK... I never really pay attention to what forum threads are posted in... mainly because I get an email that tells me there's a new post, so I just click the link in it an go straight to it.