Hi guys,

I am reading some data from a database. The data is stored as a currency and I am reading the currency. The data read from the dbase need to be stored in a list control, so I store the data in a CString.

But the data is display as following:

1000000.0000

and not as

1.000.000,00

How can I store the value in the correct form ?

Thanks, Sonu