Overstay2 module

From CCMDB Wiki
Revision as of 16:06, 23 February 2025 by Ttenbergen (talk | contribs) (Created page with "The Overstay2 module is the VBA module that encodes the Overstay2 Score and Colour generation in CCMDB and CFE process in CCMDB.accdb and Centralized data front end.accdb. The same code is used for both CCMDB and CFE, with a single modifier value required to tell which program it is being run from, one of: * #Const in_CFE = True * #Const in_CCMDB = True The code base is on github at https://github.com/squirrelslair/CCMDB/blob/main/Overstay2.bas This shoul...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Overstay2 module is the VBA module that encodes the Overstay2 Score and Colour generation in CCMDB and CFE process in CCMDB.accdb and Centralized data front end.accdb.

The same code is used for both CCMDB and CFE, with a single modifier value required to tell which program it is being run from, one of:

  • #Const in_CFE = True
  • #Const in_CCMDB = True

The code base is on github at https://github.com/squirrelslair/CCMDB/blob/main/Overstay2.bas This should provide detailed diffs, but the general change log would be at Log and CFE Log.

Related articles

Related articles: