下面的代码无法保存,请指教
long ll_count,ll_j
if ll_count= this.rowcount()
if ll_count<>0 then
for ll_j=ll_count to 0 step -1
if this.isselected(ll_j) then
this.deleterow(ll_j)
end if
end for
end if
return 1
[解决办法]
哈哈,再接分吧!
发布时间: 2012-03-09 21:42:52 作者: rapoo
下面的代码无法保存,请指教
long ll_count,ll_j
if ll_count= this.rowcount()
if ll_count<>0 then
for ll_j=ll_count to 0 step -1
if this.isselected(ll_j) then
this.deleterow(ll_j)
end if
end for
end if
return 1
[解决办法]
哈哈,再接分吧!