double selection

I need help, how do I store the selected data in a double selection
[ATTACH=CONFIG]n82265[/ATTACH]

doubleselect.jpg

You can obtain a string with all items selected separated by i.e. comma or semicolumn and store in a string field on the same table or (better) you can manage to obtain a one-to-many structure with a master/detail table structure with all the occurrences

@gbravi

Can you explain THE second method a bit more? Maybe Some example code?

Another question a bit related. How obtain the value of the item you JUST clicked? So not the whole list but 1 value of the added/deleted item?

You can follow this sample

Hi i don’t know if you’ve seen my previous message ( i have a lot of problems with this forum ) but i suggest to look at the many-to-many functionality in SC

You have many to many relations there.
You need DB tables to store the relations but you don’t need more than one SC app.
You can use this:

http://www.scriptcase.net/docs/en_us…many-relation/