"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: modInformation
Information on the current Access database's handle, type, version, etc.
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modInformation module
|
|
GetAccessHWnd
|
Procedure
|
Returns the window handle (Hwnd) to the Access application
If you are going to use the Windows API, there are often times when you will have to pass a window handle of your application to Windows. In most cases, that handle will be the handle of Access itself. This procedure returns that handle.
|
|
GetAccessVersion
|
Procedure
|
Returns the Access version number
|
|
GetCodeDBName
|
Procedure
|
Returns the name of the currently executing library database (without the path)
|
|
GetCodeDBNamePath
|
Procedure
|
Returns the path and name of the currently executing library database
|
|
GetCodeDBPath
|
Procedure
|
Returns that path that the currently executing library database is located in
|
|
GetCurrentDBName
|
Procedure
|
Returns the name of the current database (without the path)
|
|
GetCurrentDBNamePath
|
Procedure
|
Returns the path and name of the current database
|
|
GetCurrentPath
|
Procedure
|
Returns that path that the currently database is located in
|
|
GetDatabaseVersion
|
Procedure
|
Returns the Jet engine version of the current database (for MDBs, not ADPs)
|
|
IsADP
|
Procedure
|
Determine if the current database is an ADP
|
|
IsDatabaseReplica
|
Procedure
|
Determines if the current Jet database is a replica (for MDBs, not ADPs)
|
|
IsRuntime
|
Procedure
|
Determines if the Access runtime version is currently running
|
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
|
|