JSL - Multiselect from a list to insert in a SQL request
Hello, I have a little problem,I created a list then a list box to can select differents values from this list, I would like to insert my selection of values in a SQL request.But it doesn't work, here is my script :choice = {"rouge","vert","bleu", "jaune"};
recall_flag = 0; NW=New Window("Test",
H List Box( Text Box( "choose colors" ), y = List Box( choice ) ),
...
