From: Marcus <li...@wo...> - 2001-12-04 18:49:13
|
How do you check a checkbox in a ListView? I can get the state like so: $checked = $list->ItemCheck($i); I have a list of items the user can select with a checkbox, and I need to check the boxes after loading the settings file for these items. In short it's a favourites list. Thanks, Marcus |