Group: Forum Members
Posts: 386,
Visits: 2.1K
|
Hi Trent,
Yes, we did sus it out in the end.
This particular form does do nonstandard things and, prior to 1.6.0.7 is closed cleanly. After 1.6.0.7. under certain circumstances it showed a 'Do you want to save the change' dialogue. We presumed it was SF improved object disposal that caused this happen and didn't worry about. To fix the problem we added a few IsDiry Then Bo.Save on the form close. This kinda worked except occasionally we would get the data collision dialogue that I asked about. We replaced the IsDirty code with BO.Clear and all is fine.
Cheers, Peter
|