GPGeorge
George Hepworth
- Local time
- Yesterday, 18:35
- Joined
- Nov 25, 2004
- Messages
- 2,462
Please join us tonight.
This presentation takes our discussion of classes and subclasses to the next level: a Framework or Library. Join John and bring your questions and ideas.
Classes store all of the code and data about an object in one place. We usually store classes in the Front End accdb we develop it in.
But what happens when we need to re-use a class in several project FEs? We can do that with a library. However, normally classes cannot be seen outside the container in which they reside without specifically and intentionally exposing them.