Subject RE: [IBO] IB/FB Numeric Fields and BCD
Author Jason Wharton
Are you using Value property?
If so that could be the problem, they are wired using variants and I don't
think variants are designed to handle largeint.

Jason Wharton

-----Original Message-----
From: msonis [mailto:msonis@...]
Sent: Thursday, September 02, 2004 7:38 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] IB/FB Numeric Fields and BCD


Hi,

How can i read/write Numeric(15,6) field with delphi7(with IBXDP708)?

I'm using Tfmtbcd field type and assign 1.000.000.000,5 value to it
but Delphi raises "... is not a valid BCD value" exception.

How can i solve it?

Thanks...