Subject | RE: [IBO] Bugfix TIB_Currency.FormatCurrentText() |
---|---|
Author | IBO Support List |
Post date | 2014-01-23T19:26:49Z |
I don't understand why you consider this a bug.
Why hard code it to a period when other people use differing regional
settings?
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Andeas Hesse
Sent: Thursday, January 23, 2014 12:02 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Bugfix TIB_Currency.FormatCurrentText()
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
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
http://tracker.ibobjects.com - your portal to submit and monitor bug reports
http://community.ibobjects.com - your portal to purchase and upgradeYahoo
Groups Links
Why hard code it to a period when other people use differing regional
settings?
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Andeas Hesse
Sent: Thursday, January 23, 2014 12:02 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Bugfix TIB_Currency.FormatCurrentText()
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
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
http://tracker.ibobjects.com - your portal to submit and monitor bug reports
http://community.ibobjects.com - your portal to purchase and upgradeYahoo
Groups Links