Put something like this in the cmd button click event
WITH [listview object]
FOR i = 1 to .LISTITEMS.COUNT
IF .LISTITEMS(i).CHECKED
** Code to process if item checked
WAIT WINDOW .LISTITEMS(i).TEXT + ' is checked'
ENDIF
ENDFOR
ENDWITH
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.