Forum Discussion
adrian_neagu
12 years agoNew Contributor
Hello
Thank you for the reply.
I tried your solution but got the following error:
Wrong number of arguments or invalid property assignment
the code looks something like this:
Thank you for the reply.
I tried your solution but got the following error:
Wrong number of arguments or invalid property assignment
the code looks something like this:
listViewObj.DblClickItem("col1_row_val", "c2_r_v", "c3_r_v", "c4_r_v");
I also tried the following:
var propArray = new Array("col1_row_val","c2_r_v","c3_r_v","c4_r_v");
...Window("SysListView32", "", 1).DblClickItem(propArray);
and got the following error:
The list view item "col1_row_val,c2_r_v,c3_r_v,c4_r_v" not found
What am I not doing right? The function description page says nothing about this.
Thank you