Group: Forum Members
Posts: 69,
Visits: 1.3K
|
Hi,
in my BO i did the following, hopefully according to the examples, translated from VB to C#:
private void BOWareneingang_CheckRulesOnCurrentRow(CheckRulesEventArgs e)
{
if (this.EingangsMenge < 1)
this.AddBrokenRule("EingangsMenge", Localization.RetrieveTextValue("brEingangsMenge"));
{
But into my FixedToolWindow for editing entries in a listview now I get the appropriate errormessage twice in two identical lines of text in the same tooltip next to the error icon.
This isn't because of the localization, I tested this.
Does anybody know what I did do wrong?
TIA,
Ralph
|