Began implementing ad item repeat detection in the new Add Record Form but for the Projections table only.

This commit is contained in:
2016-11-05 14:38:21 -05:00
parent 95d5cd9943
commit 6e45121c1f
9 changed files with 75 additions and 20 deletions
+5 -4
View File
@@ -129,9 +129,10 @@ namespace AdvertsingProfitControl
public enum RowAttribute
{
NewRow = 0,
MemberRow = 1,
HeaderRow = 2,
AdSpecialRow = 3,
IncompleteRow = 4
IncompleteRow = 1,
AdSpecialRow = 2,
RepeatedRow = 3,
MemberRow = 4,
HeaderRow = 5
}
}