Hello,
I have a Java Table. Some rows in this Java Table have a Column named Value that has List box. Manually I could change values in this Value column. But when I try to record the only line I am getting:
JavaWindow("name").JavaTable("JavaTableName").ClickCell "#0","Value"
The actual value in Value column does not get recorded.
When I use getCellData to get the value from the Value column I am getting a value and it's from 0 to 4 depending on the value selected.
But setCellData does not work. And I need to be able to set these values to make my automation work.
So if someone has a couple of ideas to solve this issue, please let me know.
Thanks,
Alex