Copy link to clipboard
Copied
My form is format="flash"
I have not found a solid post with a solution for formatting a gridcolumn type="currency" using the mask="". What is odd is on the same row from the query one column is great $10.45 and the next column is 10.35000898979. I dumped the query and the values there are 10.45 and 10.35 . I tried the mask="$9,999.99" but is just does $9,9999.9910.35000898979 in the column. Any suggestions would be welcome.
Copy link to clipboard
Copied
and the next column is 10.35000898979.
Don't you mean the next row? I think the correct requirements for currency display are:
<cfform format="flash">
<cfgridcolumn name="someDecimalFloatOrDouble" type="currency" mask="$">