Skip to content

Class Modules

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


See ControlDesignerClass

The start of moving image selection code to a class, only implemented in Song app.

used in practice template for ordering.

Saves history, should be in ProjectsController?

See ControlDesignerClass

See cssControl

See cssReport

Move to EventController?

File name and directory making code

MakeProjectDirectory() Danger!

  • This creates directories on the A drive, will probably overwrite all files!

See FormDesignerClass

The beginnig of a singular history class?

The beginning of a project sub show class

Move to SetListController? Dupe?


I think an older Copy/Paste version of creating a class (table).

Code moved to EntityController

Possible beginning of a general selector code.

Replaced by modImageSelector

Moved code and made obsolete.