Changing text on a combbox item (1 Viewer)

mrbg07546

Registered User.
Local time
Today, 13:57
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
 

jdraw

Super Moderator
Staff member
Local time
Today, 08:57
Joined
Jan 23, 2006
Messages
15,409
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.
 

mrbg07546

Registered User.
Local time
Today, 13:57
Joined
Mar 13, 2012
Messages
18
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

Top Bottom