Subject [IBO] Currency in TIB_Query
Author ulrich.groffy@t-online.de
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