Hi, why does the .SetFocus method raise the following error :
Invalid procedure call or argument.

VB Code:
  1. Private Sub Timer3_Timer()
  2. Me.text4.Enabled = True
  3. Me.text4.SetFocus
  4. Me.Timer3.Enabled = False
  5. End Sub
tia
Regards
Jorge