Subject Re: [IBO] IB_Currency read Fr changes, Important
Author Jason Wharton
Please update the release notes and send them to me so that these notes will
be included.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "mmenaz" <mmenaz@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, February 01, 2002 6:08 AM
Subject: [IBO] IB_Currency read Fr changes, Important


> Hi, in the last release, Fr, Jason ha included my last version of
> IB_Currency, that change some properties. Unfortunatly, he did not
> include some warnings in the ReleaseNote (SIGH!) that you MUST be
> aware of (taken form the IBC_Currency.INT):
>
> - changed RoundDecimalPos default and interpretation as 'round to the
> number of decimals taken from DisplayFormat' from -9 to -99, to
> avoid
> conflicts if you really want to round to -9 position. Change your
> program code replacing -9 with -99.
>
> - RoundMode default value is now crmNearBool, the equivalent of
> standard delphi Round() function (it was crmNearUp). If you use
> crmNearUp (like me) you have to set it manually for the new
> components you create.
> The change will reduce code bugs since Delphi and IB_Currency now
> have
> then same default behaviour.
>
> Regards
> Marco Menardi