08-05-2009, 04:37 PM
Hi all,
I recorded a script using the below mentioned statement:
Now if i Run the script it throws an error syaing "The operation cannot be performed"
if i edit the statement to:
Then also i get the same error.
Kindly help me in resolution of the issue.
Thanks
Rachna
I recorded a script using the below mentioned statement:
Code:
JavaWindow("Sales_BasicFlow").JavaDialog("Optional Service Selection").JavaTable("Select Services for 0000374914").SetCellData "#1","Select","1"
Now if i Run the script it throws an error syaing "The operation cannot be performed"
if i edit the statement to:
Code:
JavaWindow("Sales_BasicFlow").JavaDialog("Optional Service Selection").JavaTable("Select Services for 0000374914").SelectCell "#1" ,"Select"
Then also i get the same error.
Kindly help me in resolution of the issue.
Thanks
Rachna