06-05-2010, 12:03 AM
what you can do is
add a parameter(UserID) in the datatable after importing the sheet,
retrieve the userid from your page using GetROProperty like if the field is webelement then use it like
.GetROProperty("innertext")
insert the userid captured into the parameter added in the datatable using Datatable("UserID",dtlocalsheet) = Value
same way you can retieve from datatable
hope this helps you to start with, try and let us know if you have any issues.
add a parameter(UserID) in the datatable after importing the sheet,
retrieve the userid from your page using GetROProperty like if the field is webelement then use it like
.GetROProperty("innertext")
insert the userid captured into the parameter added in the datatable using Datatable("UserID",dtlocalsheet) = Value
same way you can retieve from datatable
hope this helps you to start with, try and let us know if you have any issues.