|
-
Aug 3rd, 2005, 12:41 AM
#1
Thread Starter
New Member
moving cursor to next tabindex on enter key press
Hi
I have a form and I want to allow user to navigate all fields using "enter key" but I don't want to do it using arrays.I have to use this in many form so I need just one function which i will write inside form_keypress() event.It will read the current tabindex and shift cursor to next tabindex on enter ket press.
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
MsgBox KeyAscii
' THE CODE
End If
End Sub
Please reply ASAP.
thanks,
sincerely,
summerisland
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|