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

Thread: MDI AND ADO

  1. #1
    Join Date
    Nov 1999
    Posts
    3

    MDI AND ADO

    I'm working with MDI forms, the child form is my data form.
    I need to know how to open a few child windows, with a diferent recordset.
    Every child form represent a recordset.

    At the beginning I was using :

    Dim frm as new (the form name)
    frm.show

    but always the child windows that were open, show me the same recordset

    I'm expecting for answer, Thank you all




  2. #2
    Guest

    Re: MDI AND ADO

    The question is not fully clear. How abt some code?

    You could open different record sets and pass then on to the child forms thru member functions, or you can specify a set of conditions based on which the forms open their own record sets. So.. put some code, and people can look into it!


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