Began implementing ad item repeat detection in the new Add Record Form but for the Projections table only.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user