Anyone else having a problem with getting information about selected items in a listview?
The following works fine to return a 0 or 1 to indicated checked status of an individual item in the list. $Main->BuildView->ItemCheck(0); However, $Main->BuildView->GetSelectedCount() $Main->BuildView->SelectCount() and $Main->BuildView->SelectedItems() All seem to return a 0 no matter what. Greg