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
I would like to enter values in a 2d view table
-
- Posts: 23
- Joined: Tue Feb 10, 2015 10:51 am
I would like to enter values in a 2d view table
You do not have the required permissions to view the files attached to this post.
-
- Posts: 23
- Joined: Tue Feb 10, 2015 10:51 am
Re: I would like to enter values in a 2d view table
forgot to add the document
You do not have the required permissions to view the files attached to this post.
Re: I would like to enter values in a 2d view table
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.
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.
Normal people... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
-Scott Adams
-Scott Adams

-
- Posts: 23
- Joined: Tue Feb 10, 2015 10:51 am
Re: I would like to enter values in a 2d view table
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
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
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.
Then, a "get" action on a specific range of cells in the column.
Normal people... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
-Scott Adams
-Scott Adams
