Subject | Re: [IBO] Bug in IBO4_9_4_Beta |
---|---|
Author | Andreas Hesse |
Post date | 2009-08-16T19:46:23Z |
Hallo Marco,
the bug is in Int64ScaledToStr() in IB_Utils.pas.
The Definition is not converted to AnsiString (or not converted to
Unicode string handling).
Please change the returntype to from string to AnsiString and the var
string to AnsiString.
@Jason:
I have commit a dunit test project for IBO in our subversion repository.
I will write a small instruction, how to create the test environment.
--
Andreas
the bug is in Int64ScaledToStr() in IB_Utils.pas.
The Definition is not converted to AnsiString (or not converted to
Unicode string handling).
Please change the returntype to from string to AnsiString and the var
string to AnsiString.
@Jason:
I have commit a dunit test project for IBO in our subversion repository.
I will write a small instruction, how to create the test environment.
--
Andreas
> Hi Andreas,
>
> I use TIB_Query. The value is shown in IB_Grid and IB_Edit, also in Query-Editor in Designtime.
> I can send you a example per mail.
>
> Marco
>
> --- In IBObjects@yahoogroups.com, Andreas Hesse <ah@...> wrote:
>>
>>> Hi,
>>>
>>> i suppose there's an bug in new Beta version.
>>>
>>> When I define a field with of type of Numeric,15,2 and the value of this field is 0,00 new version of IBO shows ?,00.
>>> Please help me solving this problem
>>> Many thanks.
>>>
>>> Rod
>>>
>>>
>> We need a little bit more information to find the bug:
>>
>> Which Components are you using (native IBO or TDataSet compatible)?
>> Which method are you using to get the value?
>>
>> --
>> Andreas
>>
>