hi
dim ocb as sapboui.checkbox
for i as integer=1 to omatrix.visualrowcount
if pval.row = i then
ocb= omatrix.column.item(i).cell.item("checboxcolumnuid").specific
if ocb.checked = true then
--------your logi
exit for
end if
end if
next
hi
dim ocb as sapboui.checkbox
for i as integer=1 to omatrix.visualrowcount
if pval.row = i then
ocb= omatrix.column.item(i).cell.item("checboxcolumnuid").specific
if ocb.checked = true then
--------your logi
exit for
end if
end if
next