![]() |
Sergey Kornilov admin 11/15/2006 |
Mauro, strValue = FormatNumber(strValue,4) |
M
|
maurello author 11/16/2006 |
Thanks! I've done it. |
![]() |
Sergey Kornilov admin 11/16/2006 |
For percent values use View type percent or Custom code: if isNumeric(strValue) or vartype(strValue)=14 then strValue = (CDBL(strValue) * 100) & "%" |
M
|
maurello author 11/17/2006 |
View Type percentage does not work with ASP Runner 4.1. If selected nothing is displayed although the field is populated and the the numbers are stored in the correct format in the database, i.e. 0,## or 1 |
![]() |
Sergey Kornilov admin 11/17/2006 |
Mauro, |
|
Alberto 8/9/2007 |
I just solved my similar problem by using the next: |