03-11-2010, 10:59 AM
Hi, can anybody help me in doing parameterization, i hv written the following script,
i hv made the columns name with username and password in the globalsheet,
wn i execute the script i am getting the following error
"The retrive datatable.value operation failed.The<username> column doestnot exist".
can i any one help me out wts the mistake i hv done in this script...Thanks in advance
Code:
vbwindow("frmlogin").vbedit("txtuserid").set DataTable ("username",dtGlobalSheet)
vbwindow("frmlogin").vbedit("txtuserid").set DataTable ("password",dtGlobalSheet)
i hv made the columns name with username and password in the globalsheet,
wn i execute the script i am getting the following error
"The retrive datatable.value operation failed.The<username> column doestnot exist".
can i any one help me out wts the mistake i hv done in this script...Thanks in advance