Subject [IBO] Re: DisplayFormat issue - EConvertError
Author Joe
>
> At 09:39 AM 24/11/2010, Woody wrote:
>
> >I'm inclined to think it's a compatibility issue somewhere. What database
> >and version are you using?
>
> Besides saying which fields are causing this problem, also indicate what data type it is (or they are) in the database and how you are casting it (them) in the dataset - including the CalculatedFields! Also, can't see any sign in the DFM that you have set any of these fields as Currency.
>
> Helen
>

The database is Firebird 2.1.2. The data type of the numerical fields in the database is Double Precision.

I'm not sure what you mean by "how you are casting it (them) in the dataset". I don't think I'm explicitly casting anything. Would that be shown in the DFM I posted, or should I be looking somewhere else? The two calculated fields in the dataset are defined as Double Precision as well, as shown in the DFM I posted.

-Joe