How can I reset or clear the field of Single Line Edit Control or a drop down datawindow? What I want to do is when user enter a wrong login id and password, a messagebox will warn the user and it will setfocus back to the login window where all the fields (drop down datawindow and SingleLineEditControl) will clear the content and let user to reenter the info again.
I have try to selectedtext() then clear() function but it gave me error message.
I have try to selectedtext() then clear() function but it gave me error message.