How to Consolidate Location of Wizards & Catalog ManagerID: Q115105 The information in this article applies to:
SUMMARYThis article explains how you can consolidate the wizards and Catalog Manager in one location so that every session of FoxPro for MS-DOS or FoxPro for Windows uses the same program files.
MORE INFORMATIONWith the FoxPro power tools, it is easy to do this because each power tool has its own system memory variable. The Catalog Manager does have a system memory variable called _ASSIST. However, the wizards do not. To share the Catalog Manager from one location, add this line to the CONFIG.FP (FoxPro for MS-DOS) or CONFIG.FPW (FoxPro for Windows) file:
To consolidate the wizards:
1. Open WIZARD.DBF. This database is used by WIZARD.APP to find the 2. Modify each record's PROGRAM memo field so that it points to the WIZARDS
3. Open FOXUSER.DBF and find the record whose the NAME field reads
4. Modify the contents of the memo field named DATA so that it points to
5. While in FOXUSER.DBF, find the record whose NAME field reads
6. Modify the contents of the memo field named DATA so that it points to
NOTE: To make these modifications easier, place all the files in one
directory, and make all the paths point to that directory, including the
path for _ASSIST. In addition, make sure that the appropriate FOXUSER.DBF
file be found; otherwise, FoxPro will prompt you for the location of the
files it cannot find.
Additional reference words: FoxDos FoxWin 2.60 catman KBCategory: kbtool kbprg KBSubcategory: FxtoolWizother |
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |