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

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • -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.

Комментарии • 4

  • @tonyhine1638
    @tonyhine1638 3 месяца назад +1

    Here are some key time indexes that you can go straight to for specific details:
    1. **Defining a Framework (**0:00** - **2:14**)**
    - Introduction to the concept of a framework.
    - Definitions and examples to clarify the concept.
    2. **Introduction to John Colby (**2:14** - **3:04**)**
    - Introduction of John Colby and his background with Access development.
    3. **Why Use a Framework in Access (**3:04** - **8:18**)**
    - Explanation of the reasons for using a framework in Access.
    - Analogies with Microsoft Windows to explain the layering of frameworks.
    4. **Implementing Classes in Access (**8:18** - **14:21**)**
    - Discussion on creating classes for common tasks.
    - Examples of how classes can be used to standardize functionality across forms.
    5. **Loading Framework Components (**14:21** - **20:05**)**
    - Detailed explanation of how the framework components are loaded when an application starts.
    - Specifics on initializing classes and collections for various controls.
    6. **Using the Framework in Access (**20:05** - **29:10**)**
    - Practical examples of using the framework in Access.
    - Examples of iterating through controls and loading specific classes based on control types.
    7. **Loading Data and Security (**29:10** - **1:02:58**)**
    - Discussion on loading data into the framework.
    - Explanation of lightweight security and how it integrates with the framework.
    - Practical example of managing user permissions and access controls.
    8. **Specific Example of a Class (**1:02:58** - **1:26:02**)**
    - In-depth walkthrough of a specific class (CSVars) and how it is implemented.
    - Code examples and explanation of how the class interacts with tables and collections.
    9. **Questions and Further Clarifications (**1:26:02** - End)**
    - Q&A session addressing specific questions from the audience.
    - Additional clarifications on the implementation and use of the framework and classes.