Hallo
I have an edittext which is called edtPilot1 and dimed in Globals. I wrote the following sub ...
Sub edtPilot1_FocusChanged (HasFocus As Boolean)
If HasFocus = False Then
Log(HasFocus)
Else If HasFocus = True Then
Log(HasFocus)
End If
End Sub
Problem I have now that this sub is never called.
Could you please help or point me towards other threads that might contain a solution and explanation.
Thanks a lot in advance.
Kind regards
René
I have an edittext which is called edtPilot1 and dimed in Globals. I wrote the following sub ...
Sub edtPilot1_FocusChanged (HasFocus As Boolean)
If HasFocus = False Then
Log(HasFocus)
Else If HasFocus = True Then
Log(HasFocus)
End If
End Sub
Problem I have now that this sub is never called.
Could you please help or point me towards other threads that might contain a solution and explanation.
Thanks a lot in advance.
Kind regards
René