WX0999: MS Access Dev. Toolkit Questions & AnswersLast reviewed: October 21, 1997Article ID: Q115622 |
The information in this article applies to:
The "Microsoft Access Developer's Toolkit Questions and Answers" (WX0999) Application Note contains questions and answers about the Microsoft Access Developer's Toolkit version 2.0. You can obtain this Application Note from the following sources:
THE TEXT OF WX0999
Microsoft(R) AnswerPoint Services Application Note (Text File) WX0999: MICROSOFT ACCESS DEVELOPER'S TOOLKIT QUESTIONS AND ANSWERS Revision Date: 9/95 No Disk IncludedThe following information applies to Microsoft Access, version 2.0.
INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY ACCOMPANY THIS DOCUMENT (collectively referred to as an Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. The user assumes the entire risk as to the accuracy and the use of this Application Note. This Application Note may be copied and distributed subject to the following conditions: 1) All text must be copied without modification and all pages must be included; 2) If software is included, all files on the disk(s) must be copied without modification (the MS-DOS(R) utility diskcopy is appropriate for this purpose); 3) All components of this Application Note must be distributed together; and 4) This Application Note may not be distributed for profit. Copyright (C) 1995 Microsoft Corporation. All Rights Reserved. Microsoft, MS-DOS, and Windows are registered trademarks of Microsoft Corporation. 1. Q. Can I include the OLE custom controls that come with the Microsoft Access Developer's Toolkit (ADT) with my application? A. You can include the three OLE custom controls that come with the ADT (the Calendar, Scroll Bar, and Data Outline controls) with your application, royalty-free. 2. Q. What is the best way to distribute updates of my application? A. To make updating your application easy, begin by creating your application as two databases: one database (Data.mdb) for storing the application's data; and the other database (Program.mdb) for storing the application's queries, forms, reports, macros, and modules. To distribute updates of your application, simply distribute a new Program.mdb database. You can use this method to update the application without disturbing your users' data. All the objects in the Program.mdb database should be based on attached tables from the Data.mdb database. Note that when you create a database with attached tables, the path to the attached tables is stored in the database. If the path to the attached tables becomes invalid, an error message is displayed when the database is opened. For information about verifying attachments, see The Microsoft Access Developer's Toolkit, "Advanced Topics", Chapter 2, "Reconnecting Attached Tables," page 35. 3. Q. How can I prevent users from seeing the code in my application? A. You can control what users see by taking the following precautions: - Use form and report modules. - Use forms and macros to control users' movements within your application. - Secure all the objects in your database. - Encrypt your database. 4. Q. How do I include my own System.mda file with my application? A. To include your own System.mda file, add your System.mda file in the Files To Include box in the Setup Wizard. Setup does not overwrite a file named System.mda. NOTE: If you do not provide a System.mda file with your run- time application, Setup creates a new one. 5. Q. Why can't I gain access to my Calendar control's Font and Color properties? A. The Oc1016.dll file is not automatically registered in the Microsoft Windows Reg.dat file when you install the ADT. The Oc1016.dll file must be registered in the Reg.dat file in order for you to gain access to the Calendar control's Font and Color properties. For information about how to register the Oc1016.dll file in the Reg.dat file, order item number Q115125 by selecting the FastTips Technical Library option from the FastTips Main Menu. 6. Q. Can I distribute the Microsoft Access Wizards with my application? A. You cannot distribute the Microsoft Access Wizards. However, you can create and distribute your own Wizards. The ADT includes commented Wizard code as a learning aid for creating your own Wizards.
TO OBTAIN THIS APPLICATION NOTE
Keywords : Fstqa Softlib kbappnote kbfile kbfasttip Version : 2.0 Platform : WINDOWS Hardware : x86 Issue type : kbinfo |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |