sandhyaramesh
9 years agoNew Contributor
Unable to enter password in WndClass: TcxCustomInnerTextEdit type password field
Hi,
We are facing issue with password type field.
As per below code after it enters password, OK button is not enabled. We have checked information on working with password type variable, whe...
- 9 years ago
Hi,
Thanks for your suggesstions.
Aliases.MyLongControlName.Keys(Project.Variables.Password + [Tab])
This gave me syntax error, same thing i split into 2 statements as below and it works as expected.
Aliases.LandmarkII.frmLogon.edtPassword.TcxCustomInnerTextEdit.SetText(Project.Variables.Password)
Aliases.LandmarkII.frmLogon.edtPassword.TcxCustomInnerTextEdit.Keys "[Tab]"
Thanks. Its resolved.
Regards
Sandhya