Will appreciate advice on the following:
I populate a DBGrid from an ADODataSet and DataSource. The Access db has a Currency field. How does one display currency, including two decimals and trailing zeros, in the associated DBGrid column? The DisplayFormat option for the column has no effect, and neither does something like
dbgrTransaction.Columns.Items[4].DisplayFormat := '0.00';
Values are displayed without trailing zeroes.
Many thanks
Hannes
I populate a DBGrid from an ADODataSet and DataSource. The Access db has a Currency field. How does one display currency, including two decimals and trailing zeros, in the associated DBGrid column? The DisplayFormat option for the column has no effect, and neither does something like
dbgrTransaction.Columns.Items[4].DisplayFormat := '0.00';
Values are displayed without trailing zeroes.
Many thanks
Hannes