Subject | Re: [IBO] Teechart and IBO 3.6.D.e error |
---|---|
Author | Jason Wharton |
Post date | 2001-05-06T04:39:24Z |
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
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.
>