|
-
Oct 8th, 2002, 09:42 AM
#1
Thread Starter
Member
listitem selected
Silly question I know but when the user clicks a line in my list box - how do I tell which line has been selected - I can tell how may I have altogether and how many slected but not which one.
-
Oct 8th, 2002, 09:46 AM
#2
You need the extended properties of hte list box for mor than one selected.
.selected <- status of list
.ItemsSelected
Look at the help files and try some code. Should return the bound/id field...
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Oct 8th, 2002, 11:04 AM
#3
Frenzied Member
List1.List(List1.ListIndex)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|