"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: modApplication
Access application level routines for managing the database window, login information, and closing Access
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modApplication module
|
|
CloseAccess
|
Procedure
|
Closes the current database and exits Access
|
|
CloseCurrentDatabase
|
Procedure
|
Closes the current database
|
|
DebugCleanup
|
Procedure
|
Turns the hourglass cursor off and restores the Echo state
|
|
GetAccessProfile
|
Procedure
|
Returns the /profile setting specified by the user when starting Microsoft Access from the command line.
A user profile is an Access-specific set of keys in the Windows Registry that you can create to change standard Microsoft Access and Microsoft Jet database engine settings.
You can also use user profiles to set run-time options. To activate a user profile, use the /profile command-line option to specify this user profile when you start your application.
For more information, search Access online help for "Profiles".
|
|
GetCurrentUserName
|
Procedure
|
Returns the name of the current logged in user, as defined by the Microsoft Jet security model.
This name is the name the user logs into Access with. If Access User Level Security is not in use, this function always returns the user name "Admin".
|
|
GetWorkgroupFile
|
Procedure
|
Returns the path and name of the Access security workgroup file currently in use.
The Access/Jet security model uses a workgroup information file to store user, group and password information.
|
|
HideDatabaseWindow
|
Procedure
|
Hides or shows the database window or navigation pane
|
|
MinimizeDatabaseWindow
|
Procedure
|
Minimize the database window or navigation pane
|
|
RestoreDatabaseWindow
|
Procedure
|
Restore the database window or navigation pane after it was minimized
|
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
|
|