|
-
Sep 23rd, 2002, 07:35 AM
#1
Thread Starter
Addicted Member
which control has focus?
Can someone tallme how to determine which control on the form has focus, and how to set focus from that control to another?
thanks.
-
Sep 23rd, 2002, 08:24 AM
#2
Fanatic Member
For the currently selected control:
Me.ContainsFocus
For each of the built-in controls, there is usually (always?) a .Select method that will set the focus to that control. Other controls you're using may vary of course
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
|