delphi6BDE
Programmer
I'm building an application that allows the user to select some or all of the provided values in a multiselect listbox. I now need to allow them to edit their choices at a later date, so I would like to do the following:
- load the list box of choices
- load the original selection(s) from the database
- select the original selection(s) and allow the user to make the changes
I have this sort of working, but it's not loading all of the selections that were saved. Does anybody know how to do this?
- load the list box of choices
- load the original selection(s) from the database
- select the original selection(s) and allow the user to make the changes
I have this sort of working, but it's not loading all of the selections that were saved. Does anybody know how to do this?