/ Forums / Advansys Formativ / Creating Solutions with Formativ / decimals in text fields or masked fields / Reply To: decimals in text fields or masked fields
April 2, 2006 at 4:17 pm
#7564
CSng function return single data type and you need to convert Single to String. Use the CStr function to returns an expression that has been converted to a variant of subtype string.
field3.text = cstr(x)
Hope this helps.
Regards,
Advansys Support