Did everbody have a nice weekend I did we had sun here for a change
well if you recall I posted message not so long ago about list boxes on multi selecting in list boxes
well thanks to the responses I managed to get it to save the multi select into my table.
However when I come to edit growerseansaldetails it only highlights on of the items in the list box even if there is three selected in the table has anybody got any ideas.
I am using the folowing code
IcSelected = ','+thisform.text1.value
For i=1 to Thisform.list1.listcount
if ','+allt(UPPER(Thisform.list1.List(i)))+','$IcSelected
thisform.list1.selected(i)=.T.
EndIf
Thanks in Advance
Rachel
well if you recall I posted message not so long ago about list boxes on multi selecting in list boxes
well thanks to the responses I managed to get it to save the multi select into my table.
However when I come to edit growerseansaldetails it only highlights on of the items in the list box even if there is three selected in the table has anybody got any ideas.
I am using the folowing code
IcSelected = ','+thisform.text1.value
For i=1 to Thisform.list1.listcount
if ','+allt(UPPER(Thisform.list1.List(i)))+','$IcSelected
thisform.list1.selected(i)=.T.
EndIf
Thanks in Advance
Rachel