51Testing软件测试论坛

标题: 急! 知道的进来看一下 CheckItemProperty问题 [打印本页]

作者: dinglingxdd    时间: 2009-12-2 11:58
标题: 急! 知道的进来看一下 CheckItemProperty问题
public Function IsCheckAll()
set objListView=Window("A").Window("B").WinListView("SysListView32")
cItems = objListView.GetItemsCount
IsCheckAll=true
For varItem=1 to cItems
  If objListView.CheckItemProperty(varItem,"state","2")=false Then
    IsCheckAll=false
    Exit Function
  End If
Next
End Function
上面的一段代码,调试的时候一直报参数不正确,有没有知道原因的,在线等 !

[ 本帖最后由 dinglingxdd 于 2009-12-3 15:41 编辑 ]
作者: 默默巫    时间: 2009-12-3 10:55
浏览需支付 综合技术指数 5

楼主你想让别人给你解决问题,还要人家支付积分?
作者: dinglingxdd    时间: 2009-12-3 15:41
标题: 呵呵,参数不对
越界了




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2