on 2019 Oct 25 7:33 AM
We`ve created a flavor in which we put some table controls on another tab.
Now when I want to select a table row, following error occurs:
"Uncaught TypeError: Cannot read property 'setRowSelection' of undefined". Filling the table through clicking inside a table field works fine.
We are on SP09 with kernel version 773 patch level 200.
Any suggestions what´s wrong?
Regards,
Andreas
Hi Andreas,
Technically speaking, the moved element still belongs to origin Tab.
If you want to select such a moved element by scripting, you have first to select the origin Tab of this element by script.
Try it like this
session.findById("wnd[0]/usr/..OriginTab").select();
select your table row
session.findById("wnd[0]/usr/..ActualVisibleTab").select();
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.