It is possible to change this behaviour with the Door library.
The code below alows entry of text.
You must load the Door library and define an object called obj1.
Code:
obj1.New1(False)
obj1.FromControl"ComboBox1")
obj1.SetProperty("DropDownStyle","DropDown")
Best regards.