I want to get a value in a particular column when I click on the item in column 1.  
For instance:  I have a listview
with 6 columns.  This first column is of course holds the index value.  If I use:

sub DataView_ItemClick {
   my $index = shift;
}

then $index holds the value of the index of the item I clicked on.  What I want to do 
now is find out what values are in
each column of that particular index.

Am I making sense?  Is it at all possible?  I would appreciate any help on this.

Jonathan
--------------------------------------------------------------
Jonathan Southwick                              [EMAIL PROTECTED]
Technical and Network Services
Allegheny College
Meadville, PA  16335                             814-332-2755




Reply via email to