Subject Re: [IBO] tiboFloatField and asta
Author Rob Schuff
And that would be right here, correct?:

function TIBODataSet.GetFieldClass( FieldType: TFieldType ): TFieldClass;
begin
if FieldType = ftFloat then
Result := TIBOFloatField
else
if FieldType = ftBCD then
Result := TIBOBCDField
else
Result := inherited GetFieldClass( FieldType );
end;


----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, December 02, 2002 9:52 AM
Subject: Re: [IBO] tiboFloatField and asta


> For now, you could just modify the code in IBODataset.pas to avoid using
it.
> It is not an essential feature of IBO to use that class.
> I don't know an easy way to turn it on/off for programmer preference.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> -- We may not have it all together --
> -- But together we have it all --
>
>
> ----- Original Message -----
> From: "Rob Schuff" <rob@...>
> To: "IBOList" <ibobjects@yahoogroups.com>
> Cc: "Steve Garland [ASTA]" <sgarland@...>
> Sent: Sunday, December 01, 2002 11:35 AM
> Subject: [IBO] tiboFloatField and asta
>
>
> > Hi folks,
> >
> > I'm using IBO with asta. Asta is not TIBOFloatField aware. this causes
> > problems and for persistent field instantiation the workaround has been
to
> > edit the dfm and pas files. What do I to do in order for IBOFloatfields
> to
> > not be used? Alterrnatively, has anyone made changes to Asta to
> accomodate
> > this tfield type?
> >
> > thanks
> >
> > rob
>
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>