
Adding valuse to a combo box base on a value list
Since the value list is a simple string, delimited with semicolons, you can
add an item by extending the string.
I made a StringObj class once (it is on my site) to maintain these items
somewhat more easily. If you can use it, fine: do so. If you need
extensions to that class, please inform me.
If you don't know how to use it, you can mail me for more structural
support on that class.
--
Bas Cost Budde
website at http://utopia.knoware.nl/users/hegedu
Quote:
> Hi :-)
> I'm trying to create a sub or function that will allow the user to add an
> item to a combo box (which is normally locked, but can be edited by
clicking
> on an edit button, which runs a procedure to unlock the combo box.) Now
I
> need to be able to add data to the value list. Does any one have any
> suggestions as to adding data to the value list? Any help, suggestions,
> code examples would be much appreciated.