Subject Re: [IBO] Teechart and IBO 3.6.D.e error
Author Jason Wharton
AsFloat? What source are you looking at there?
So do I need to look at how the BCD columns are translated to the AsFloat
property?

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


----- Original Message -----
From: "Luiz Alves" <cprmlao@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, May 05, 2001 9:27 PM
Subject: Re: [IBO] Teechart and IBO 3.6.D.e error


> Jason,
>
> Procedure GetFloatField(Const FieldName:String; Var res:Double);
> begin
> if FieldName='' then res:=0
> else res:=ADataSet.FieldByName(FieldName).AsFloat;
> {Here is the error}
> end;
>
> Luiz.
>