Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List Box

Status
Not open for further replies.

rclarke

Technical User
May 14, 2001
78
GB
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
 
Totally ignore this question

Swear I am Blind

I had not noticed that I had not set the edit list box to multiselect now all works well

Thanks again to all you guys who have helped me with this list box thing.
 
Abott Ale actually but apart from that a pretty good description of my weekend.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top