Class Modules
Table Classes
Section titled âTable ClassesâThese are the classes made with create class for single tables access.
They are named cls_TableName.
Open Organizer > Tasks > SQL to VBA
Enter the table name for Create class and click Print Code, copy the result (Copy to Clipboard). Create the class module: cls_TableName and paste the code.
Deprecated
Prefer modGenerateClassFromTable
General Classes
Section titled âGeneral ClassesâclsDesign
Section titled âclsDesignâclsImageSelector
Section titled âclsImageSelectorâThe start of moving image selection code to a class, only implemented in Song app.
clsOrder
Section titled âclsOrderâused in practice template for ordering.
clsProjects
Section titled âclsProjectsâSaves history, should be in ProjectsController?
ControlDesignerClass
Section titled âControlDesignerClassâcssControl
Section titled âcssControlâSee cssControl
cssReport
Section titled âcssReportâSee cssReport
EventClass
Section titled âEventClassâMove to EventController?
FileUtilites
Section titled âFileUtilitesâFile name and directory making code
MakeProjectDirectory() Danger!
- This creates directories on the A drive, will probably overwrite all files!
FormDesignerClass
Section titled âFormDesignerClassâHistory
Section titled âHistoryâThe beginnig of a singular history class?
Project_Shows
Section titled âProject_ShowsâThe beginning of a project sub show class
SetListClass
Section titled âSetListClassâMove to SetListController? Dupe?
UserPreferences
Section titled âUserPreferencesâDeleted Classes
Section titled âDeleted Classesâ_ClassModel
Section titled â_ClassModelâI think an older Copy/Paste version of creating a class (table).
clsEntities
Section titled âclsEntitiesâCode moved to EntityController
clsSelector
Section titled âclsSelectorâPossible beginning of a general selector code.
ControlPosition
Section titled âControlPositionâControlStyle
Section titled âControlStyleâcssForm
Section titled âcssFormâclsImageSelector
Section titled âclsImageSelectorâReplaced by modImageSelector
PracticeClass
Section titled âPracticeClassâclsSongs
Section titled âclsSongsâMoved code and made obsolete.