V 5.3.9 Extended/Float calculated fields

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Dokkie
Posts: 43
Joined: Wed 08 Oct 2008 21:58

V 5.3.9 Extended/Float calculated fields

Post by Dokkie » Mon 11 Aug 2014 16:08

There may be a problem with calculated fields constructed with 5.3.9 in both the query and table components.
If a calculated field is constructed at design time with the fields editor as either a float or an extended field then the field will not accept the value assigned to it in the OnCalc event. The value returned by the field = 0 no matter what value is assigned to it. No error occurs but the field always returns 0.
Other calculated fields work as normal.

Tested the on calc event with IB components using the same assignments to calculated float/extended fields constructed in the IB query or table and they work as expected.

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: V 5.3.9 Extended/Float calculated fields

Post by PavloP » Wed 13 Aug 2014 12:39

We can't reproduce the problem. Please try to compose a small sample to demonstrate the problem and send it to pavelp*devart*com.

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: V 5.3.9 Extended/Float calculated fields

Post by PavloP » Tue 19 Aug 2014 11:33

Thank you for the information. We have reproduced the problem.
We will try to fix the problem in one of the next builds.

Post Reply