10-05-2010, 11:48 AM
Hi Melody M,
Please try this code....
I hope It will work for you......
Please try this code....
Code:
' / * Store the datatable value in variables
strUserName = DataTable("pUserName", dtGlobalSheet)
strPassword = DataTable("pPassword", dtGlobalSheet)
' / * Enter the values in the fields
Dialog("login").WebEdit("AgentName").Set strUserName
Dialog("login").WebEdit("Password").SetSecure strPassword
' / * Note : Change the values of webEdit as per your application
I hope It will work for you......