Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » AdoRecordsetView Currency Column Collapse All
Subject Author Date
Marco Mensonen Apr 13, 2007 - 1:06 PM

Using the AdoRecordsetView sample, how would I display the cells in a known currency column as currency?

Marco Mensonen Apr 13, 2007 - 3:34 PM

Nevermind, figured a quick solution for what I needed. Since my grid is only showing data (no editing) I just CString.Format the value in the cell if it’s the appropriate column and now it shows what I needed.

Technical Support Apr 15, 2007 - 11:25 AM

You could instantiate the CExtGridCellCurrency cell objects for all the cells in the currency column.