Subject Re: [IBO] Teechart and IBO 3.6.D.e error
Author Luiz Alves
I sended you a private e-mail with more explanations.

Luiz.

----- Original Message -----
From: Jason Wharton <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, May 06, 2001 1:39 AM
Subject: Re: [IBO] Teechart and IBO 3.6.D.e error


> 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.
> >
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>