11-17-2009, 10:30 AM
the correct syntax for retrieving data from datatable is Datatable(ParamID,Sheet) or Datatable.Value(ParamID,Sheet)
so you should use
if the Parameter 'username' is in your local sheet.
so you should use
Code:
Dialog("Login").WinEdit("Agent Name:").Set Datatable("username",dtLocalSheet)
if the Parameter 'username' is in your local sheet.