02-26-2011, 02:47 AM
Hi
I have a requirement in my application to select some random values from the table. but every time when I run the script Iam getting errors.
so I used the table select row and column method and tried to retrieve the record but no luck the errors is as follows.
error is (but there are no extra quotes or any thing in my code as it shows in the error.
"The statement contains one or more invalid function arguments.
line (297):
Thanks
I have a requirement in my application to select some random values from the table. but every time when I run the script Iam getting errors.
so I used the table select row and column method and tried to retrieve the record but no luck the errors is as follows.
Code:
JavaWindow("Client System").JavaInternalFrame("GM_2").JavaTable("Table[]_2").SelectCell "14","1"
"The statement contains one or more invalid function arguments.
line (297):
Code:
"javaWindow("Client System").JavaInternameFrame("GM_2").javaTable("Tabe[]_2.SelectCell "14","1'"'
Thanks