不会游泳的鱼 发表于 2005-8-4 18:39:15

[求助]如何获取Editbox中的值

出现问题:1。首先有两个EditBox,在第一个EditBox中输入一个数值,通过程序计算之后在第二个EditBox中将结果显示出来。

现在我如何通过Robot将第二个EditBox中的值取出,保存到一个变量中。

谢谢~~~

pcl2004_27 发表于 2005-8-4 22:11:02

dim varStr as string
dim iResult as integer

iResult = SqaGetProperty("对象",“属性”,varStr)
if iResult=0 then
sqalogmessage sqapass,"ok","通过"
else
sqalogmessage sqapass,"sorry","不通过"
end if

ilovejolly 发表于 2005-8-5 08:40:38

SqaGetProperty("editbox","text",str)
str就是text的值
页: [1]
查看完整版本: [求助]如何获取Editbox中的值