报的错误
Cannot identify the specified item of the [ SysListView32 ] object. Confirm that the specified item is included in the object's item collection.
使用上面那句也是报对象不存在
不知道哪位高手还有没有别的方法教下。作者: skyzhu 时间: 2010-9-9 18:01
直接给框里赋值就好了,不用绕圈子
with browser(xxx).page(xxx)
If .WebFile(Property).GetROProperty("readonly") = 1 Then
.WebFile(Property).object.readOnly = 0
End If
If .WebFile(Property).GetROProperty("attribute/onkeydown") <> "" Then
.WebFile(Property).object.onkeydown = ""
End If
.WebFile(Property).Set TestCase
end with作者: hongxun 时间: 2010-9-10 09:55
WEB界面的框里面是不让填的。作者: skyzhu 时间: 2010-9-10 11:23 标题: 回复 3# 的帖子 去掉一些属性和限制是可以填的,前面的判断不是放着看的,可能还有其他的限制方法,但其实都一样的作者: kavensyw 时间: 2010-9-10 13:34
Browser("报表配置管理").Dialog("text:=选择文件").WinListView ("object class:= SysListView32").Select"hongxun.jpg"
选择文件时,不要用下拉菜单对象
此处用WinEdit对象的Set方法,设置文件的完整路径(稳定起见),是嵌在下拉列表内的一个对象