.JavaTable("SimpleModifiableTable$Modifiab_2").SelectColumnHeader "ID"
Dim n
n = 0
n = .JavaTable("SimpleModifiableTable$Modifiab").GetTOProperty("rows")
End With
我想得到表的行数,然后用循环来查找我要的东西是不是在里面, 但表的行数总是返回0, 如果不加n=0, 那么返回的都是empty.作者: QA_BAY 时间: 2005-6-17 09:11
GetTOProperty("rows")
好像不是得到几行哦
GetTOProperty method to retrieve the values of only those properties that are included in the test object description.
个人看法作者: michelle_happy 时间: 2005-6-17 09:25
javatable?是不是装上java add-in后才有的??
偶只知道webtable里面webTable("").rowcount是得到行数的作者: QA_BAY 时间: 2005-6-17 09:35
对,
你要加载JAVA ADD-IN才行!
对了,你可以把
GetTOProperty改成这个试试 GetROProperty作者: runningcat 时间: 2005-6-17 10:48
谢谢各位. 我倒是装了java add-in的, 是函数用错了, 应该用GetROProperty, 已经搞定.作者: QA_BAY 时间: 2005-6-17 13:34
:d:d:d:d:d
以后不要把GetTOProperty与 GetROProperty搞错了哦!
哈哈哈