Bug with "@"

Stimulsoft Reports.NET discussion
Post Reply
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Bug with "@"

Post by LukasT »

Hello,
when I put in expression this code:

Code: Select all

{Length(" Znaménko:   Pohledávky plusem  Vyrovnanost:   Neuhrazené v m.s.  Druh dokladů:   Bez filtru  Sestava v měně:   Účetnictví  Předpisy alespoň x dní po splatnosti:   -99999  Předpisy alespoň x dní po vystavení:   -99999  Zahrnout do výstupů:   Ano  Platby záloh:   Bez plateb záloh  Datum splatnosti dle ...:   Prvotních dokladů  ")  }
... final report can't by compiled. When I look in your report class, there is this code:

Code: Select all

...
 
public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Stimulsoft.Report.Dictionary.StiFunctionsStrings.Length("@" Znaménko:   Pohledávky plusem  Vyrovnanost:   Neuhrazené v m.s.  Druh dokladů:   Bez filtru  Sestava v měně:   Účetnictví  Předpisy alespoň x dní po splatnosti:   -99999  Předpisy alespoň x dní po vystavení:   -99999  Zahrnout do výstupů:   Ano  Platby záloh:   Bez plateb záloh  Datum splatnosti dle ...:   Prvotních dokladů  "")  , true);
}

...
It looks like you are trying to put @ on the beginning of my string...

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Bug with "@"

Post by Ivan »

Hello,

The problem is solved.
The patch will be available in the next prerelease build.

Thank you.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Bug with "@"

Post by LukasT »

Thank you for fast solution... great cooperation!
Post Reply