Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I added a SetDirtyOnEdit Boolean property to BusinessLayer that defaults to False. It functions just like the method implies: If it's True, then the record is set to dirty when Edit() is called; if it's set to False, the record is not set to dirty when Edit() is called, but rather waits until some data has changed.
It will be available in the next release.
|