Summary:
When control runs the command
I can't figure out why is showing wired behaviour? Any help?
Private Sub Combo1_Click() Combo1.text = "abc" End Sub
When control runs the command
Combo1.text = "abc"the text is set to "abc", but when the event is finished, combo1.text contains an empty string "".
I can't figure out why is showing wired behaviour? Any help?