10-01-2010, 06:26 PM
Hi Balaji,
Thanks for reply...but it also has the same problem.As I have already explained that there are 2 scripts using common External Component(action),and each script has its specific database (Excel Sheet).
And this "CheckType" value is genrated & stored in the data table in the previous external action called by main script.
So there is no option to handle these variables into the main script.
Thanks for reply...but it also has the same problem.As I have already explained that there are 2 scripts using common External Component(action),and each script has its specific database (Excel Sheet).
Code:
intCheckType= DataTable.Value("pCheckType","rSelectDrug [epCSubREFREQ]")
intCheckType= DataTable.Value("pCheckType","rSel1Drug [epCSubREFREQ]")
And this "CheckType" value is genrated & stored in the data table in the previous external action called by main script.
So there is no option to handle these variables into the main script.