Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Winform error icons not appearing
Message
From
22/06/2008 17:26:34
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Winform error icons not appearing
Miscellaneous
Thread ID:
01326039
Message ID:
01326039
Views:
67
Hi Kevin,
on a (mmBusinessForm) form I have a mmButton (not mmButtonSave) where I do

mmSaveDataResult RulesResult;
this.oList.Rules.ClearAll();
RulesResult = this.oList.CheckRules();
if (RulesResult == mmSaveDataResult.RulesPassed)
{
do save etc.
}
else
{
this.DisplayBrokenRules(this.oList.Rules);
}

I can get the error message and dialogs using form DisplayErrorDialog as documented, however I cannot seem to get the icons to appear next to the fields on the windows form. I've looked through the sample app and docs, no help. Any suggestions?

thanks,
Larry
Next
Reply
Map
View

Click here to load this message in the networking platform