Changing text on a combbox item

mrbg07546

Registered User.
Local time
Today, 18:36
Joined
Mar 13, 2012
Messages
18
I have a fully populated combbox, however i want the user to have the ability to change the text of the currently selected item in the combbox.

Any idea how to do this?


so something like

combox1.listindex(current.index).text = "My new text"
Kind regards
 
Please explain why you would have a combo and have the user change existing values.
I can see adding new entries ( Limit to List = No). Perhaps if we knew more about what you are trying to do, we could offer options as to how it might be done.
 
Ok i have a combbox box with a reason

the user can enter a description (in a textbox) on the reason in the combobox.

I want the user to be shown which combboxbox items(reasons) they have added a description to.

I wanted the items(reasons) to have bold text but i heard this isnt possible so i was thinking something like

combobox1.text = "REASON GIVEN" & comboxbox1
 

Users who are viewing this thread

Back
Top Bottom