|
-
Feb 19th, 2001, 04:27 PM
#1
-
Feb 19th, 2001, 04:32 PM
#2
Lively Member
-
Feb 19th, 2001, 04:36 PM
#3
Nice idea, but whow
I tried it with
Code:
temp=form.activecontrol
...
...
..
temp.setfocus
that doesn't work. told you, I'm stuck
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
-
Feb 19th, 2001, 04:51 PM
#4
Lively Member
What do you mean doesn't work? If you set the temp correctly, temp.setfocus will set focus back to that control.
-
Feb 19th, 2001, 04:57 PM
#5
I mean:
Runtime Error 424 Object needed
btw I decleared Temp as variant
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
-
Feb 19th, 2001, 04:59 PM
#6
Lively Member
Oh, okay, try this way
dim Temp as Control
set Temp = me.activecontrol
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
|