Hello all,
I'm having a problem, which is making me want to pull my hair out. We
have an application, which was developed in VB4. We also have an
add-in component, which is an ActiveX server developed with VB4.
We're wanting to upgrade everything to VB6. I've started by trying to
upgrade the ActiveX to VB6 first. I'm using the DAO database object.
Everything works fine when teh ActiveX is compiled in VB4, but using
VB6, I keep getting a "Type Mismatch" error. Here's the line in
particular.
QFDDB.DB = Mommy.QFD3DB
QFDDB.DB is a public property, which expects a database object.
Mommy.QFD3Db, is actually an object from the main application. It is
also a database object. This line gives a type mismatch when compiled
under VB6, but not VB4. Anyone know what's up? Thanks.
Joe