GPGeorge
George Hepworth
- Local time
- Yesterday, 23:28
- Joined
- Nov 25, 2004
- Messages
- 3,444
The video from Eric Blomquist's April 2nd presentation of his Access Root Interface and Object Superclass Framework for the Pacific chapter of Access User Groups is now available on YouTube.
Links to articles further describing them are in the video description.
Eric Blomquist walked us through a demo and illustration of the development structure he uses to share code across forms and across applications.
His framework is built on a comprehensive set of superclasses that leverage a core foundation which he calls a Root Interface.
The core idea: a naming convention rigorous enough that code can identify any object by entity and type at runtime — which means objects can be passed as parameters and code can act on them without knowing in advance which specific form or control it’s dealing with. Layer in consistent design patterns for common form functions, and you have a root interface: not a formal documented structure, but a reliable contract that your code can be written against.It all comes to live in a Framework of standard code, made up classes and superclasses.
Want to learn more about Eric's Root Interface and Framework? Here are links to the foundational articles on Reddit.
Foundations - An Access Root Interface
Frameworks: An Object Superclass Framework
Additional download files for Eric's presentation and PDFs of the two articles, are available at our AUG chapter website, where you can also sign up to be notified of future meetings.
Links to articles further describing them are in the video description.
Eric Blomquist walked us through a demo and illustration of the development structure he uses to share code across forms and across applications.
His framework is built on a comprehensive set of superclasses that leverage a core foundation which he calls a Root Interface.
The core idea: a naming convention rigorous enough that code can identify any object by entity and type at runtime — which means objects can be passed as parameters and code can act on them without knowing in advance which specific form or control it’s dealing with. Layer in consistent design patterns for common form functions, and you have a root interface: not a formal documented structure, but a reliable contract that your code can be written against.It all comes to live in a Framework of standard code, made up classes and superclasses.
Want to learn more about Eric's Root Interface and Framework? Here are links to the foundational articles on Reddit.
Foundations - An Access Root Interface
Frameworks: An Object Superclass Framework
Additional download files for Eric's presentation and PDFs of the two articles, are available at our AUG chapter website, where you can also sign up to be notified of future meetings.