Hi,
I have a datagrid with a checkbox column.
When user unchecks the checkbox a warning dialog will be displayed.
for unselecting, I am using the following code
thegrid.SetNAProperty("rows["&rowNumber &"].Cells[cell1].Value", FALSE)
the moment this statement executes, I get the warning dialog and the execution is blocked at this statement.
Can anyone let me know, how can I call this statement asynchronously so that the execution doesnt get blocked at this statement.
Thanks,
Satish
This is something we are looking into, that is, giving people the ability to modify synchronization of an action. But likely this will be a new feature for TestAdvantage 11.2 or TestAdvantage 12.1, and unfortunately may not be able to be implement on previous versions, due to the nature of the change.
As to how to get by the issue that you are facing now, what version of TestAdvantage are you using? The reason being the resolution may likely depend on the version.
Hi Michael,
Thanks for your quick reply.
I am using QTP 10 and test advantage version 2010.2.
Net advantage and test advantage versions are in sync.