|
-
Mar 11th, 2000, 08:48 PM
#1
Thread Starter
New Member
Okay, you old hands have guessed it already from the subject line:
How can I keep the OK button as the default when the user presses the enter key on every part of the form EXCEPT the multiline text boxes, where I want it to do a carriage return and stay in the box?
Thanks, CYOCONNOR
-
Mar 11th, 2000, 11:39 PM
#2
Fanatic Member
Just an option
What you could do is to set defualt thing of command button to False in Text1_GetFocus Event and then set it back to True in Text1_LostFocus Event.
HTH
-
Mar 12th, 2000, 12:06 AM
#3
Change the Default property of that button to True.
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
|