HI,
You can stet the value in a java edit inside java table using childitem
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:
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"