|
-
May 11th, 2005, 12:52 PM
#1
Re: Changing the default button on my form based on text input
You don't need to SetFocus to a specific command button in order to make it the default. Command buttons have a Default property that you can set to True to make it the default. When any given command button's Default property is set to True, all others are automatically set to False.
-
May 11th, 2005, 01:28 PM
#2
Thread Starter
Member
Re: Changing the default button on my form based on text input
Thx Martin! I was still having the "jump focus" problem with the other code. This makes it much easier! Should have figured that out on my own! Next time. 
Thx to all who responded.
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
|