Subject | Bugfix TIB_Currency.FormatCurrentText() |
---|---|
Author | Andeas Hesse |
Post date | 2014-01-23T19:01:55Z |
Hello Jason,
here is a bugfix for bug in IBO 5 (4.9 too) for everyone that is not
using a 'dot' as decimal separator.
Please change the line 2358 from
x := Pos(ds,DF);
to
x := Pos('.', DF);
Thank you,
Andreas
here is a bugfix for bug in IBO 5 (4.9 too) for everyone that is not
using a 'dot' as decimal separator.
Please change the line 2358 from
x := Pos(ds,DF);
to
x := Pos('.', DF);
Thank you,
Andreas