AP: What is a Framework and Why Would Access Developers Use One? with John Colby

Опубликовано: 26 Октябрь 2024
на канале: AccessUserGroups.org
688
16

-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.

In this presentation, John will discuss how to do exactly that

-Exporting a class
-Setting two properties in that class
-Re-importing the modified class into a library container.