Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Set Value in JavaEdit Inside JavaTable
#6
Solved: 10 Years, 10 Months ago
HI,
You can stet the value in a java edit inside java table using childitem

Code:
set jedit=JavaWindow("...").JavaTable("...").ChildItem(row number,column number,"JavaEdit",Index).Set "test Value"

here rownumber and column number is nothing but the place where javedit is placed in Javtable and Index is the index of the propert i.e java edit

Note: u might have used the row=0 and column=0 please change this value w.r.t youe javaedit and try with this

Thanks,
Venkat.Batchu

Type error
find the below one:

Code:
JavaWindow("...").JavaTable("...").ChildItem(row number,column number,"JavaEdit",Index).Set "test Value"
Reply


Messages In This Thread
RE: Set Value in JavaEdit Inside JavaTable - by venkatbatchu - 11-12-2009, 10:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Access to JavaCombobox in JavaTable cell? jarkkop 2 3,517 10-17-2018, 09:32 PM
Last Post: riyaz
  Objects inside WpfList shinji458 23 21,519 11-08-2017, 10:54 PM
Last Post: lotos
  Want to read the data from excel and set read value in the JavaTable rajeevk7 0 2,177 07-10-2017, 04:20 PM
Last Post: rajeevk7
  Working on javatable reddyraam10 0 1,605 02-07-2017, 08:12 AM
Last Post: reddyraam10
  Get numbers inside all webelements in webtable and sort them pradeep537 1 2,609 08-04-2016, 01:24 AM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)