
January 28th, 2003, 10:55 AM
|
|
Junior Member
|
|
Join Date: Aug 2002
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Calling functions in other class files.
I have a project with 2 classes in it. I can't seem to call another function.
In my DBConn Class file there are two public functions:
DoOpenDBConnectionForData
DoOpenDBConnectionForQuery
In another class, Login.cls....I need to call DoOpenDBConnectionForQuery, but I can't. I try to reference it using DBConn. (I expected to see a dropdown properties box)...but nothing.
If I set the DBConn Class to GlobalMultiUse instance, and in the Login Class I type GCManager_Functions. (I can see the functions.) GCManager_Functions is the project name, by the way.
But if I call GCManager_Functions.DoOpenDBConnectionForData...when I try to compile the DLL (I'm working in ActiveX DLL By the way)....I get an error and it says "Method or Data Member not found".
Thanks for your help.
Matt
|