IN THE SPOTLIGHT: MDE to MDB Conversion Service
(also supports: ACCDE to ACCDB, ADE to ADP, etc)
IN THE SPOTLIGHT: Access Database Repair Service
An in-depth repair service for corrupt Microsoft Access files
IN THE SPOTLIGHT: vbWatchdog
VBA error handling just got easier...
" vbWatchdog is off the chart. It solves a long standing problem of how to consolidate error handling into one global location and avoid repetitious code within applications. "
- Joe Anderson,
Microsoft Access MVP
Meet Shady, the vbWatchdog mascot watching over your VBA code →
(courtesy of Crystal Long, Microsoft Access MVP)
IN THE SPOTLIGHT: vbMAPI
An Outlook / MAPI code library for VBA, .NET and C# projects
Get emails out to your customers reliably, and without hassle, every single time.
Use vbMAPI alongside Microsoft Outlook to add professional emailing capabilities to your projects.
IN THE SPOTLIGHT: Code Protector
Standard compilation to MDE/ACCDE format is flawed and reversible.
The ErrEx class is globally defined in the library DLL and implements the interface IErrEx. The IErrEx interface is defined as follows:
| PROPERTIES | Read/Write | Type |
| SourceProcedure | read-only | String |
| SourceModule | read-only | String |
| SourceProject | read-only | String |
| SourceLineNumber | read-only | Long |
| SourceLineCode | read-only | String |
| IsDebugable | read-only | Boolean |
| State | read-write | enum OnErrorStatus |
| UserData | read-write | Variant |
| Description | read-write | String |
| HelpContext | read-write | Long |
| HelpFile | read-write | String |
| LastDLLError | read-only | Long |
| Number | read-write | Long |
| Source | read-write | String |
| VBEVersion | read-only | String |
| DLLVersion | read-only | String |
| (VBA only) VariablesInspectorEnabled | read-write | Boolean |
| Bookmark (v1.2+) | write-only | Long |
| CurrentBookmark (v1.2+) | read-only | Variant |
| METHODS | Return Value | |
| (VBA) EnableGlobalErrorHandler(HostApp As Object, OnErrorProcedureName As String) | Boolean | |
| (VB6) EnableGlobalErrorHandler(AddressOfProc As Long, ThisVBProjectOnly As Boolean) | Boolean | |
| DisableGlobalErrorHandler | ||
| DialogOptions | implementation of IErrExDialogOptions | |
| ShowErrorDialog | enum OnErrorStatus | |
| CallGlobalErrorHandler | ||
| ShowHelp | ||
| CallStack | implementation of IErrExCallStack | |
| (VBA only) VariablesInspector | implementation of IErrExVariables | |
| SetBookmarkAsOnErrorGoto(Bookmark As Long) (v1.2+) | Boolean | |
| GoToBookmark(Bookmark As Long) (v1.2+) | ||
TWINBASIC LTD (Company No. 16590181, VAT No. GB497509439)
Terms | Privacy | Sitemap | X (Twitter)