"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
|
|
|
Category:
|
Microsoft Access : Environment
|
|
Description:
|
Access application, ADP, and startup routines, managing the Access window, printers, ribbons, status bar, and Microsoft Visual SourceSafe
|
Module: modVisualSourceSafe
Working Microsoft Visual SourceSafe from Access
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modVisualSourceSafe module
|
|
GetObjectSCCStatus
|
Procedure
|
Determine the specified object's SourceSafe status
Note: The Access implementation of SourceSafe integration groups all tables into one object. Because of this, this procedure does not handle tables.
|
|
GetObjectSCCStatusID
|
Procedure
|
Get an object's Visual SourceSafe (VSS) source code control property to determin if it's checked in, checked out, or not part of VSS
|
|
IsCurrentDBUnderSCC
|
Procedure
|
Determine if the current database is under Source Code control
|
|
IsDataMiscCheckedIn
|
Procedure
|
Determine if the Data & Misc. Objects are checked into Visual SourceSafe (VSS) source code control
|
|
IsDataMiscEditable
|
Procedure
|
Determine if the Data & Misc. Objects are checked into Visual SourceSafe (VSS) source code control
|
|
IsDBUnderSCC
|
Procedure
|
Determine if the specified Access Jet database is under Source Code control (for MDB, not ADPs)
|
|
IsObjectCheckedIn
|
Procedure
|
Determine if an object is checked into Visual SourceSafe (VSS) source code control
|
|
IsObjectEditable
|
Procedure
|
Determine if an object is editable.
It can be checked out from Visual SourceSafe (VSS) source code control or not in VSS.
|
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
|
|