Good day!
I have a combo box which is readonly. It is loaded with data from the database. However, there is a point that I need to set text on it, and those text is equal to one which is in its list aleady. The below code produces runtime error as my combo box is readonly. Is there any workaround to solve this issue?
combo1.text="Beach Pricee"
Thank you for giving time!