08-10-2010, 04:47 PM
Hi
Well Call By Action will not work here.Instead of that create a generic function for Login to the Application.
Ex:
Call this function where you want and pass the required inputs for the function parameter.
~Regards
Well Call By Action will not work here.Instead of that create a generic function for Login to the Application.
Ex:
Code:
Function Login(txtUserName,txtPassword)
----Function Body--------------
End function
~Regards