Dear all,
I select price from SQLLite as follow query
mPrice=Main.SQL1.ExecQuerySingleResult("Select ifnull(PriceWithVAT,0) as PriceWithVAT from ProductPrice Where ItemCode='" & P.ItemCode & "'")
result : mPrice= 2.04039E7 (but the actual value is 20403831.8)
When I show the value to EditText, it is 2.04039E7 rather than 20403831.8
Many thanks for any help
Jonh,
I select price from SQLLite as follow query
mPrice=Main.SQL1.ExecQuerySingleResult("Select ifnull(PriceWithVAT,0) as PriceWithVAT from ProductPrice Where ItemCode='" & P.ItemCode & "'")
result : mPrice= 2.04039E7 (but the actual value is 20403831.8)
When I show the value to EditText, it is 2.04039E7 rather than 20403831.8
Many thanks for any help
Jonh,