|
-
August 5th, 2002, 12:38 PM
#1
urgent ListView problem
Hi folks,
I have a question on listview report view. I am using a listview (report view) in my program. I wanna add items and fields to the listview after the selected row if it is not empty or else I will append to the end of the existing list in the listview; however I have trouble to identity the selected row in the listview. Somehow, the selected row always returns "1" even I did not select row in the list. I use "myListView.selectedItem.index" to check it. And it also returns on an error while the list is empty. Does anyone know how to check whether the user has selected any item, and if so, which one is the selected item?
Thank you very much and I am really appreciated!
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
|