Results 1 to 3 of 3

Thread: Which Textbox has focus within a DataRepeater control?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 1999
    Location
    Portland, OR, USA
    Posts
    23

    Post

    I've created a ActiveX control with 3 Textboxes used by a DataRepeater control. When the user clicks Enter on the 3rd Textbox I want to add a new record to the recordset the DataRepeater control is bound to. So, how can I determine which textbox has the focus and then how can I get the ActiveX control to communicate back to the program the DataRepeater control is used in to add a new record?
    Thanks

  2. #2
    New Member
    Join Date
    Jan 2000
    Location
    Romania
    Posts
    6

    Post

    I have the same problem : The RepeatedControl of my DataRepeater control has a Button. How can I intercept the click event on the button but from DataRepeater control?

  3. #3
    New Member
    Join Date
    Jan 2000
    Location
    Romania
    Posts
    6

    Post

    I found it.
    Search for the following topic:
    "Exposing User Control Events of the RepeatedControl" in MSDN - Visual Basic topic.

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