12-07-2009, 05:22 PM
Hello All,
I have 5 actions, in 1st action i have data table localsheet for UserName i.e. "UserID" and in last action i have 7 data table localsheet for checking 7 different fields,
1st iteration it works fine but when i will come to the next iteration it takes 2nd user and in last action where i define 7 localsheet it throws exception
General run error.
Line (24):
where as same code is worked properlly in login action for "UserID" localsheet
can anybody explain it to me, how can i solve this problem.
Thanks
Mahesh
I have 5 actions, in 1st action i have data table localsheet for UserName i.e. "UserID" and in last action i have 7 data table localsheet for checking 7 different fields,
1st iteration it works fine but when i will come to the next iteration it takes 2nd user and in last action where i define 7 localsheet it throws exception
General run error.
Line (24):
Code:
"EditCollection(i).Set Datatable("SurveyID", dtLocalSheet)".
where as same code is worked properlly in login action for "UserID" localsheet
can anybody explain it to me, how can i solve this problem.
Thanks
Mahesh