Forum Discussion
rraghvani
2 years agoChampion Level 3
I understand the steps from 1 to 4, but I don't understand what step 5 is doing? Are you perform a carriage return ('Enter') into the password field?
- ZairossH2 years agoNew Contributor
For the step 5 I call function below to execute and get status but still get error
function txtPassword_KeyPress()
{try
{
var frmLogin = frmLogin_Find();
if (frmLogin == null)
return false;
frmLogin["Keys"]([Enter]);
return true;}
catch (ex)
{
return false;
}
}
Related Content
- 7 years ago
Recent Discussions
- 9 hours ago