Fixed a bug where the row row would get reported as the last row processed in all the database insert and update methods. Fixed a bug where the NewRow would get set as dirty if an ad special row was renamed with no members in it. Sales table compression and database methods tested and working.

This commit is contained in:
2016-11-11 12:43:47 -06:00
parent d0c6ce5e42
commit 9105429fcb
13 changed files with 321 additions and 584 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ namespace AdvertsingProfitControl
/// <returns>The rows that have been added to the database.</returns>
public Dictionary<int, int> GetRowCollection()
{
return _rowIds ?? new Dictionary<int, int>();
return _rowIds;
}
/// <summary>
/// Sets an error message.