Subject Re: [IBO] Currency in TIB_Query
Author Jason Wharton
You would need to maintain your own derivation of that.

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: <ulrich.groffy@...>
To: "IBObjects Newsgroup" <IBObjects@yahoogroups.com>
Sent: Wednesday, October 09, 2002 1:11 AM
Subject: [IBO] Currency in TIB_Query


> If I declare the database field 'price' as
>
> TIB_Query.ColumnAttributes.add('price=CURRENCY');
>
> the value of this field in a TIB_Currency is shown with the actual, in the
> windows system selected, currency-symbol. In my case the € (EURO) symbol.
>
> Is it possible to show foreign currencies also? For example the same price
> value in USD ($)
>
>
> Best regards - Ulrich