06-21-2010, 12:19 PM
Hi all,
When i select the row in the webtable by manual, the [Delete] and [Ship to this address] buttons was enabled and accessible. But when perform this action by QTP as:
These button is still disabled, although the row was highlighted. I don't know why? So can anybody tell me the reason pls?
Thanks and BRs,
linhke
When i select the row in the webtable by manual, the [Delete] and [Ship to this address] buttons was enabled and accessible. But when perform this action by QTP as:
Code:
Set Obj = rowser("Cyber").Page("AddressBook").WebTable("tblAddress").Object.rows(2)
Obj.Click
These button is still disabled, although the row was highlighted. I don't know why? So can anybody tell me the reason pls?
Thanks and BRs,
linhke