CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Multiple Search

  1. #1
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Multiple Search

    Hello. I've generated an ADO Code recordset, and I've used a normal Data Control on the same form. How can I do an ADO Recordset search and a seacrh with the DataControl simultaneously¿
    Is it possible¿
    If Not - Any suggestions on what other techniques I could use¿
    Thanx

    F. T. W.

  2. #2
    Join Date
    Jul 2000
    Posts
    135

    Re: Multiple Search

    you should be able to do a find on the adodc recordset, then you update the adodc.

    If you want I can give you a code example.


  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Multiple Search

    Thanx, please send me an example, I would appreciate it very much.

    my email address is: [email protected]
    Hannes du Preez

    F. T. W.

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

Featured