Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
There is also already an error provider on a SF StandardForm. You can access it through the SetErrorProvider() and ClearErrorProvider() methods on the form. When you save a business object or call CheckRulesOnRow(), the BrokenRules collection will be populated with the broken rules. You can cycle through the rules and set the appropriate errors on the text, or you can just create a combined message and show the message to the user.
|