Open Detail Form from Search Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cdarnell78
    New Member
    • Oct 2014
    • 1

    Open Detail Form from Search Form

    Ok this is my very first post and normally I can find what I am looking for but I am googled out...

    I have a Search form with a DataRepeater and I want to open a Detail form for the selected record on a button click.

    The Part that I am stuck on is passing the parameter to the Detail form to show the record that I want.

    I would be grateful for ANY help. Also I have learned so much from the folks on this site so thanks for sharing the knowledge...
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I have never used a WinForms DataRepeater before so I looked it up.

    It appears that you will have to add a Panel to the ItemTemplate of your DataRepeater so that you can handle keyboard and mouse events. The DataRepeaterIte m doesn't actually expose these events for you to use.

    Check out the article I posted a link to already and this article on Troubleshooting the DataRepeater Control for more information.


    -Frinny

    Comment

    Working...