M
Mr. Me
I have a text box. When my form opens, in the Form_Activate I init all my
text boxes to blank, like this:
text1.text=""
But each time I do I get an error "Cannot access this property if control
does not have the focus."
Did I init my fields in the wrong event?
Should I have put the init statements in the Form_Open instead?
How do I init my text boxes (and combo boxes) once when the form loads
without getting this error?
Thanks.
text boxes to blank, like this:
text1.text=""
But each time I do I get an error "Cannot access this property if control
does not have the focus."
Did I init my fields in the wrong event?
Should I have put the init statements in the Form_Open instead?
How do I init my text boxes (and combo boxes) once when the form loads
without getting this error?
Thanks.