Hi, > Just happened to notice and wonder: If you are changing from getting the > uid from the data to getting the uid from the item, shoud the > ListSelectionData on the next line be associated with the item instead of > data?
You think so but that' s not the case. It was my first thought as well. I tried that change but it didn't work. In the code the term data and item is used interchangeably which probably caused the confusion/problem in the first place. However still may be other places where it is incorrect. Thanks, Justin