|
-
March 10th, 1999, 08:39 AM
#1
URGENT:How to set focus in user control
I want to pass the focus of a user control to the called object (from where the focus has come to the user control). How do I do it.
-
April 15th, 1999, 12:13 PM
#2
Re: URGENT:How to set focus in user control
If the control that you are sending the focus to has a enable property set it. (txtMyText.enable = true)
sometimes you need to preface this code with txtMyText.focus = true.
sometimes the .value property of other controls are set a value.
Hope this helps
Later,
Glen
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
|