11-19-2009, 10:03 AM
Thats great, if you have sort out the issue, but again I can see a wrong statement there in the second line
',' is missing
',' is missing
Code:
Dialog("Login").WinEdit("Password:").Set Datatable.Value("password"dtGlobalSheet)
it should be
Dialog("Login").WinEdit("Password:").Set Datatable.Value("password",dtGlobalSheet)