Date:  02/05/2002 07:14:48 PM Msg ID:  000323
From:  Sam Thornton Thread:  000302
Subject:  Re: html numeric fields display
How about: TRANSFORM(nValue,'999999.99')

Sent by mike hood on 01/23/2002 09:24:50 AM:
when i display a numeric field from a table <%=table.numeric%> into the body of the html.  the results on the form dont display the exact table value.
example: table==3.00 // html == 3
             table==3.17 // html ==3.169999999999

++ in fox using the str command with truncate the .00 also

how do u get the html to display the tables exact values.