Page 1 of 1

I would like to enter values in a 2d view table

Posted: Tue Jun 02, 2015 6:11 am
by smohanty78
Hi All,
I would like to enter values in 2D view table.
I am going to send the snapshot of the table along with Ranorex snapshot.
Please help if you have some idea

Re: I would like to enter values in a 2d view table

Posted: Tue Jun 02, 2015 6:18 am
by smohanty78
forgot to add the document

Re: I would like to enter values in a 2d view table

Posted: Tue Jun 02, 2015 2:38 pm
by afleitas
Hi smohanty78,

I think you need to further explain what you are trying to accomplish here.

1. You need to "get" values from a table and do what with them?
2. Modify the values with what? (compare to dataset?)
3. Is it going to be a conditional type {get:set} ?

Your current explanation is too broad. But you could try to get the value of each <input> in each TR[1] and then compare it to some table if (conditionalhere) do blah.

Re: I would like to enter values in a 2d view table

Posted: Wed Jun 03, 2015 8:03 am
by smohanty78
Thanks for the quick response.
I would like to write a reusable function which will retrieve the 4 values from the table.
Depending on level(Column) and row values.
Regards,
Sangita

Re: I would like to enter values in a 2d view table

Posted: Wed Jun 03, 2015 6:48 pm
by afleitas
In that case, you would need to iterate through the rowwith a for loop.
Then, a "get" action on a specific range of cells in the column.