Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Row cannot be identified in Data Tab;e
#4
Solved: 11 Years, 7 Months, 2 Weeks ago
Hi Rachna,

Step 1: Firstly find out the starting index/row value of Javatable ( whether it is 0 or 1)

Step2: For Javatable, use GetROProperty("Rows") & retrieve the rowcount

Step3 :Then Use the "For Loop" & Select all the rows one by one

Just check the below example code & execute...... i hope ur problem will be solved.

Code:
RCount=JavaWindow("Sales_BasicFlow").JavaDialog("Delivery Date/Time Slot").JavaTable("Note: Please inform the_3").GetROProperty("Rows")

for i=0 to RCount
   JavaWindow("Sales_BasicFlow").JavaDialog("Delivery Date/Time Slot").JavaTable("Note: Please inform the_3").SelectRow i
Next
Reply


Messages In This Thread
RE: Row cannot be identified in Data Tab;e - by sreekanth chilam - 03-18-2009, 12:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  DataGrid: double click on selected row robertosalemi 0 4,553 05-12-2016, 03:00 PM
Last Post: robertosalemi
  Row count is always shown as 1 Harry1999 0 2,202 04-14-2016, 11:11 PM
Last Post: Harry1999
  Object identified despite having no information mjt 1 2,236 09-14-2015, 08:25 PM
Last Post: mjt
  Toolbar object not identified excellentpawan123 0 2,200 10-29-2014, 04:37 PM
Last Post: excellentpawan123
  Keep row number imbizile 0 2,873 09-18-2014, 03:31 AM
Last Post: imbizile

Forum Jump:


Users browsing this thread: 1 Guest(s)