Re: Listview which item is selected re-visited
- Posted by Prasanta Chakraborty <prasanta at writeme.com> Jan 09, 2001
- 464 views
Tony, I also faced the same problem and was unable to figure out how to do it as the left click was not trigerring any event. What I did was, I trapped the right click event (which was successfully trapped). If you need the code, let me know, I can send it to you. Regards, Prasanta. On Mon, 8 Jan 2001 21:51:42 +1100, Tony Steward <figjam at NLC.NET.AU> wrote: >Hi all, >Sorry maybe im a bit slow but still can't figgerout how to know what line in a list view the user has selected. >What I need to do is create a LV with 5 columns, then load selected fields of my EDB file into it. Which I can do. The last column holds the Key part of the EDB. When the users selects a row I want to get the Key from column 5, goto that record and read the rest of that record to be displayed. > >Problem is I can't get the selected row and then decifer what column 5 holds. > >Again sorry for harping but help please. > >Thanks Tony Steward > >Come Visit Me At www.locksdownunder.com > >