John,
Setting the "Editable" property of a ComboBox automatically makes it editable. Make sure that your style is set to 1 - combobox, and not 2 - listbox. Listboxes are not editable, where combobox is. (Hence the name, Combo). They can also be used to "Add" items into the list. You need to make sure that you put the proper adjustments to "ADDLISTITEM" property.
Once you have the Combobox set as "Editable", selecting any item in the box will allow it to be edited. The only caviate I have had with this control is, once I set it editable, it is possible to pick other items from the list. Make sure you have your Source Control set to the appropriate field, and that you are using some sort of Table buffering (as apposed to Row buffering), unless you're going to include code that prompts for something like "Save this record before you move to another", or you'll lose your changes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.