Useing Class modules in Library mda 
Author Message
 Useing Class modules in Library mda

I'm setting up a library database and want to use class modules in it.
These modules have been nicely set up using a OOP way of doing things.  I
noticed that after creating a reference in the user's app to the library
mda, that non of the class modules were visible in the object browser, only
the bas modules.  Not good or me.  I wanted to set up a reference to an
intense of a class module in the lib like I normally do;

    objBusiness As bfTable

    Set objBusiness = New bfTable

   call objBusiness.PublicSubName
    bla bla bla....

How can I do this?

Thanks.

--
George Padvorac

nwis.net, Inc



Wed, 21 Mar 2001 03:00:00 GMT  
 Useing Class modules in Library mda
George:

Stop by our web site (address in Sig) and look on the tips page.  You'll
find the method you need to use to "expose" your class modules from a
library data base listed on the main page.

HTH

Steve Arbaugh
ATTAC Consulting Group
web: http://ourworld.compuserve.com/homepages/attac-cg/acgsoft.htm
To reply, remove ~ and nospm from address

Quote:

>I'm setting up a library database and want to use class modules in it.
>These modules have been nicely set up using a OOP way of doing things.  I
>noticed that after creating a reference in the user's app to the library
>mda, that non of the class modules were visible in the object browser, only
>the bas modules.  Not good or me.  I wanted to set up a reference to an
>intense of a class module in the lib like I normally do;
>George Padvorac

>nwis.net, Inc



Wed, 21 Mar 2001 03:00:00 GMT  
 Useing Class modules in Library mda
Thanks!

Quote:

>George:

>Stop by our web site (address in Sig) and look on the tips page.  You'll
>find the method you need to use to "expose" your class modules from a
>library data base listed on the main page.

>HTH

>Steve Arbaugh
>ATTAC Consulting Group
>web: http://ourworld.compuserve.com/homepages/attac-cg/acgsoft.htm
>To reply, remove ~ and nospm from address


>>I'm setting up a library database and want to use class modules in it.
>>These modules have been nicely set up using a OOP way of doing things.  I
>>noticed that after creating a reference in the user's app to the library
>>mda, that non of the class modules were visible in the object browser,
only
>>the bas modules.  Not good or me.  I wanted to set up a reference to an
>>intense of a class module in the lib like I normally do;

>>George Padvorac

>>nwis.net, Inc



Fri, 23 Mar 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Using class modules in a code library

2. Class modules 97 - Refering to array within a custom class module

3. Code Library and Class Modules

4. Accessing procedures of a class module from another class module

5. Binary compatibility, Public Class, Name conflicts with existing module, project, or object library

6. Is possible Open a Form in a MDA library

7. Is possible open a form in MDA library from the CurrentDB

8. Who's using TBXCORE.MDA library ?

9. Who is using TBXCORE.MDA Library ?

10. Circular Reference Between Modules when 2 Class Modules Listen to Each others Events

11. Class Libraries vs. Classes

12. modules and class modules

 

 
Powered by phpBB® Forum Software