Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
Have you confirmed that the text is actually set?
Also... SetText is good for rapid entry... but it doesn't always trigger events on controls. I've found this ESPECIALLY with login forms... usually the code on login forms do not allow "SetText" to enter the password since it violates the security of password fields. So... the error you have in your screenshot MAY be due to either the "OnExit" event or something not getting fired OR "SetText" actually preventing data entry. Try replacing "SetText" with "Keys".
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 13 hours ago