Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Winform error icons not appearing
Message
De
22/06/2008 17:26:34
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Winform error icons not appearing
Divers
Thread ID:
01326039
Message ID:
01326039
Vues:
68
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform