listview problem....
- From: "vonClausowitz" <vonclausowitz@xxxxxxxxx>
- Date: 23 May 2006 12:51:05 -0700
Hi all,
I have a listview showing records.
The columns can be reshuffled.
Now I want to detect the lastname and the firstname columns when I
select the row.
So lets say I have a person listed like: John Johnson.
But since the columns can be reshuffled it can as easily be Johnson
John.
How can I determine the lastname and firstname when i select the row?
Set itmX = ListView1.SelectedItem
sChosenItem1 = itmX
sLastName = sChosenItem
sFirstName = sChosenItem
Marco
.
- Follow-Ups:
- Re: listview problem....
- From: DanS
- Re: listview problem....
- Prev by Date: Re: VB3/4 control problem
- Next by Date: Inserting text at a specific point
- Previous by thread: VB3/4 control problem
- Next by thread: Re: listview problem....
- Index(es):