Subject | Re: [IBO] Problem with filed DECIMAL(15,3) |
---|---|
Author | Marcin Bury |
Post date | 2001-09-14T06:58:56Z |
Hi
Try :
IboTable1.FieldByName('WEIGHT').AsFloat:= 99999999,999;
Should be fine.
Marcin
> IboTable1.Edit;The number you are trying to assign is greater then greatest 32bit integer
> IboTable1.FieldByName('WEIGHT').AsInteger := 99999999,999; // ERROR
> IboTable1.Post;
>
>
> With I have this problem ????
>
Try :
IboTable1.FieldByName('WEIGHT').AsFloat:= 99999999,999;
Should be fine.
Marcin