Page 1 of 1

Bug with "@"

Posted: Thu Jun 03, 2010 9:54 am
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.

Bug with "@"

Posted: Fri Jun 04, 2010 2:21 am
by Ivan
Hello,

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

Thank you.

Bug with "@"

Posted: Mon Jun 07, 2010 2:40 am
by LukasT
Thank you for fast solution... great cooperation!