Results 1 to 8 of 8

Thread: Changing the default button on my form based on text input

Hybrid View

  1. #1
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    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.

  2. #2

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    56

    Resolved 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
  •  



Click Here to Expand Forum to Full Width