May 24, 2002 #1 praveensg Programmer May 15, 2002 26 GB hi there when i call a textbox's setfocus property it is not getting the focus...before that im using a msgbox()...it that a problem.. thanq
hi there when i call a textbox's setfocus property it is not getting the focus...before that im using a msgbox()...it that a problem.. thanq
May 24, 2002 #2 Foada Programmer Feb 4, 2002 1,110 US Can you post your code and some more details. I did this with 3 text boxes and a command button and it works fine. Private Sub Command1_Click() MsgBox "Prompt" Text3.SetFocus End Sub Anything is possible, the problem is I only have one lifetime. Upvote 0 Downvote
Can you post your code and some more details. I did this with 3 text boxes and a command button and it works fine. Private Sub Command1_Click() MsgBox "Prompt" Text3.SetFocus End Sub Anything is possible, the problem is I only have one lifetime.