I am converting a vb routine to your environment.
I have the following utility that I use to get data from text boxes. It appears that I cannot pass your ebittext object in a routine? can you help?
Sub getText(ByRef TB As EditText ) As Double
Try
getText = CSng(TB.Text)
Catch ex As Exception
getText = 0
End Try
End Sub
I have the following utility that I use to get data from text boxes. It appears that I cannot pass your ebittext object in a routine? can you help?
Sub getText(ByRef TB As EditText ) As Double
Try
getText = CSng(TB.Text)
Catch ex As Exception
getText = 0
End Try
End Sub