ADT/ODE: Function to Determine Retail or Run-Time Version (103182)
The information in this article applies to:
- Microsoft Access Distribution Kit 1.1
- Microsoft Access Developer's Toolkit 2.0
- Microsoft Access Developer's Toolkit 7.0
- Microsoft Office 97 Developer Edition
This article was previously published under Q103182
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
This article demonstrates how to use a function to determine if your
Microsoft Access application is running in the run-time or the retail
version of Microsoft Access. This function can be used to prevent your
application from being used in the retail version of Microsoft Access.
The SysCmd() function, added in Microsoft Access 1.1, enables you to
display a meter in the Microsoft Access status bar. Although SysCmd() was
designed to display a meter, the number 6 was added to return whether the
application is running in the run-time or the retail version of Microsoft
Access.
This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to your version of the
"Building Applications with Microsoft Access" manual.
NOTE: Visual Basic for Applications is called Access Basic in Microsoft
Access versions 1.x and 2.0. For more information about Access Basic,
please refer to the "Introduction to Programming" manual in Microsoft
Access version 1.x or the "Building Applications" manual in Microsoft
Access version 2.0
Modification Type: | Major | Last Reviewed: | 5/6/2003 |
---|
Keywords: | kbhowto kbusage KB103182 |
---|
|