Hi All,
Just learning, and I need a little help.
The code below crashes on a Nexus 7 when the first character in the field is entered, with this error:
"Unfortunately, FLLCalc has stopped."
Sub txtbase_TextChanged (Old As String, New As String)
'txtBase.text=currFormat(Old,New)
Dim numb As Double
numb=New
txtBase.Text= NumberFormat2(numb,0,2,2,True)
End Sub
I've tried several variations of this, with no luck. It works fine without NumberFormat2(, without formatting, of course.
Thanks in advance.
Mitch
Just learning, and I need a little help.
The code below crashes on a Nexus 7 when the first character in the field is entered, with this error:
"Unfortunately, FLLCalc has stopped."
Sub txtbase_TextChanged (Old As String, New As String)
'txtBase.text=currFormat(Old,New)
Dim numb As Double
numb=New
txtBase.Text= NumberFormat2(numb,0,2,2,True)
End Sub
I've tried several variations of this, with no luck. It works fine without NumberFormat2(, without formatting, of course.
Thanks in advance.
Mitch