Group: StrataFrame Users
Posts: 430,
Visits: 507
|
Hi Ivan. I am now trying to incorporate your suggestions into my live project and am having two problems:
1. In the Base SubClass, when I try to add InitializeComponent into each constructor, it comes up with a error in the compiler (InitializeComponent does not exist in the current context)..... now if I comment the line out, it seems to work ok... Do I need this line in ?
2. In my actaul BO classes, I need to have specific code in the CheckRulesOnCurrentRow, so I want to run the Base Code in my subclass. When I put in base.CheckRulesOnCurrentRow() or base.CheckRulesOnCurrentRow(CheckRulesEventArgs e) I get a complier message --> CheckRulesOnCurrentRow can only appear on the left hand side of += or -=
|