Results 1 to 4 of 4

Thread: Error

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Freeport
    Posts
    204
    i using a mdi form and some child form. each child form has dblist on them that are bound to a datacontrol. I will get a error Error 3170 Couldn't find installable ISAM. I don't under stand because when i run the same project with out a mdi it does fine. It there something I don't know about mdi form.

  2. #2
    Member
    Join Date
    Nov 1999
    Location
    panama
    Posts
    57
    if running mdiform with form child need the datacontrol in the mdiform and call from child form example:

    'child form

    mdiform1.data1.recordset.field("variable")
    mdiform1.data2.recordset.findfirst var




    carlosapv
    [email protected]
    THE TRUTH IS OUT THERE
    Visual Basic 6.0 SP5

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Freeport
    Posts
    204
    So all the data control should be on the mdi form and I just reference to them from the child form

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Freeport
    Posts
    204
    I try calling the data1 from the child but when it refreshes I still get the error

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