Hi all!
I am using listbox ...i populated it with bunch of items from the table...I am interested only in one particular item ( i.e. to update , move , sort ). So I am highlighting
this item and thru command buttons updating the first column which is basically a number. I need to prevent user from switching focus on other items... so the rest of the items serving only display and sorting purposes. I also need to sort the list again because of the increasing or decreasing number of the first column. I tried to overight Click and DblClick events, but still able to set focus on other items in the list. Second of all , do I have to re-ADD list items after the number changed in terms of sorting it appropriately ?
Please help
I am using listbox ...i populated it with bunch of items from the table...I am interested only in one particular item ( i.e. to update , move , sort ). So I am highlighting
this item and thru command buttons updating the first column which is basically a number. I need to prevent user from switching focus on other items... so the rest of the items serving only display and sorting purposes. I also need to sort the list again because of the increasing or decreasing number of the first column. I tried to overight Click and DblClick events, but still able to set focus on other items in the list. Second of all , do I have to re-ADD list items after the number changed in terms of sorting it appropriately ?
Please help