Hi,
I am working on having a filter feature in the combobox in ArcpPad,i.e based on the text entered by the user in the "Text" field , I want to show only those options that contain that text as a substring.
I have completed performing this action but once a user enters a text, and i update the list, the text entered by the user gets deleted.
So now if i want to set the text field of the combobox back to the data entered by the user, it prevents me from updating the text field.
I get the error "Class does not support automation"
How do i modify the contents of this Text Field?
Let me know if you need more data to debug this issue.