I have a listview with items Apple, Pear, Banana. How can I
programmatically select Pear if I don't know the index?

Thanks,

Todd

Re: Selecting Listview Item by Text by Kalpesh

Kalpesh
Tue Nov 25 03:25:27 CST 2003

Use listview.text = "Pear" OR listview.text = text1.text (in this case type Banana or Pear in the textbox)
& see it works

Kalpesh