Subject | Re: [IBO] Problem with filed DECIMAL(15,3) |
---|---|
Author | Jason Wharton |
Post date | 2001-09-14T16:08:23Z |
AsFloat is the problem.
Try AsExtended.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Try AsExtended.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Marcin Bury" <mbury@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, September 13, 2001 11:58 PM
Subject: Re: [IBO] Problem with filed DECIMAL(15,3)
> Hi
>
> > IboTable1.Edit;
> > IboTable1.FieldByName('WEIGHT').AsInteger := 99999999,999; // ERROR
> > IboTable1.Post;