Subject Re: [IBO] Numeric value changed by 0.01 using TwwIBOquery/TwwDBedit.
Author Jason Wharton
I'll log this and an issue to look into.

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


----- Original Message -----
From: <murmurrer@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, June 20, 2001 3:44 PM
Subject: Re: [IBO] Numeric value changed by 0.01 using
TwwIBOquery/TwwDBedit.


> If the problem is coming
> > from the application try compiling with debug DCUs and then check
> the
> > callstack when the exception occurs. Hopefully that will give some
> > idea where the problem is coming from (IBO/VCL/IP).
>
>
>
> I dont know what generates the error.
> I have created the following test database with 1 table and 1 record:
>
> CREATE TABLE TEST(
> AMOUNT NUMERIC(18,2))
>
> with no triggers
>
>
> I create a sample project with a:
>
> - TIB_Connection
> - wwIBOquery1 (select * from test / requestlive = true)
> - wwDataSource1
> - wwDbEdit1
>
> The only code is:
>
> wwIBOquery1.open;
> wwIBOquery1.edit;
>
> When entering 1234567890 and exiting the field the errormessage pops
> up. The same happens using a TIBOTable or a TwwIBOTable.
>
> When I connect a paradox table to wwDbEdit1 the error is not there.
>
> You can see the callstack here: http://www.murmur.nl/error.jpg
>
> I dont know where I should look. Hope you can find out where the
> problem is.
>
>
> TIA
> guus vorsterman
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>