09-26-2017, 01:52 PM
Hi All,
I'm facing an issue with SetCellData in my Java Application for an JavaTable.
Note: Manually also user is not able to edit in a single click. User has to double click than only he will be able to add/update.
Recorded Lines example:-
Code:-
But still not working as expected. Kindly help.
I'm facing an issue with SetCellData in my Java Application for an JavaTable.
Note: Manually also user is not able to edit in a single click. User has to double click than only he will be able to add/update.
Recorded Lines example:-
Code:
JavaWindow("abc").JavaTable("def").ActivateRow "#0"
JavaWindow("abc").JavaTable("def").SetCellData "#0","Wait to Restore (sec)","0"
Code:-
Code:
JavaWindow(aq).JavaTable(o_table).ActivateRow "#0"
JavaWindow(aq).JavaTable(o_table).SetCellData ""#0","Wait to Restore (sec)", wait_time
But still not working as expected. Kindly help.