51Testing软件测试论坛

标题: QTP报错:对象不支持此属性或方法 [打印本页]

作者: a23764996    时间: 2013-3-5 14:49
标题: QTP报错:对象不支持此属性或方法
[attach]83902[/attach]
怎么会这样呢  急!!!!!!!!!
作者: feiyunkai    时间: 2013-3-5 15:36
对象作为函数返回值需要要加set:
GetValue=gValue
改为:
set GetValue=gValue

Public Function GetValue()可以改为:
Public Function GetValue()
       set GetValue=new newClass
End Function
作者: 黑羽祭    时间: 2013-3-6 16:38
回复 1# a23764996


    楼上正解
写成
Public Function GetValue()
       set GetValue=new newClass
End Function




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