10-08-2010, 09:38 AM
I am working on version 10...have not worked on version11, Try this once and pls let me know if it works
Code:
' / * Store the datatable value in variables
strUserName = DataTable.Value("pUserName", dtGlobalSheet)
strPassword = DataTable.Value("pPassword", dtGlobalSheet)
' / * Enter the values in the fields
Dialog("login").WebEdit("AgentName").Set strUserName
Dialog("login").WebEdit("Password").SetSecure strPassword