"The code is exactly
how I would like to write code and the algorithms used are very
efficient and well-documented."
Van T. Dinh, Microsoft MVP
|
|
Module: modModules
Compiling, opening, retrieving, replacing, saving, and deleting Microsoft Access modules
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modModules module
|
|
CompileAllModules
|
Procedure
|
Compiles all the modules in the project and saves it
|
|
GetAllProcedureLines
|
Procedure
|
Get the lines of all procedures in a module
|
|
GetModuleLines
|
Procedure
|
Get all the lines of a module
|
|
GetProcedureLines
|
Procedure
|
Get all the lines for a procedure
|
|
GetPropertyLines
|
Procedure
|
Get all the lines for a property
|
|
GoToModuleProc
|
Procedure
|
Opens the named module and places the cursor at the beginning of the specified procedure
|
|
IsModuleClass
|
Procedure
|
Determine if a module is a class or standard module (not used for form or report modules which are always classes)
|
|
KillFile
|
Procedure
|
Deletes the named file, handling errors if the file does not exist
|
|
ModuleNamesToArray
|
Procedure
|
Loads an array with names of all modules
|
|
ModuleNamesToArrayExternal
|
Procedure
|
Loads an array with names of all modules from an external database
|
|
ModuleNamesToString
|
Procedure
|
Populates a string with names of all modules
|
|
ModuleNamesToStringExternal
|
Procedure
|
Loads an array with names of all modules from an extrnal database
|
|
ProcedureNamesToArray
|
Procedure
|
Retrives the list of procedure names from a module, form or report, and assigns it to an array
|
|
ReplaceModuleText
|
Procedure
|
Searches and replaces all the specified text in the specified module or procedure.
|
|
SaveModuleToFile
|
Procedure
|
Save the module text to a file
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|
|