|
-
Apr 7th, 2000, 11:22 AM
#1
Thread Starter
Addicted Member
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.
-
Apr 7th, 2000, 09:08 PM
#2
Member
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
-
Apr 8th, 2000, 07:22 AM
#3
Thread Starter
Addicted Member
So all the data control should be on the mdi form and I just reference to them from the child form
-
Apr 9th, 2000, 05:05 PM
#4
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|