ID: Q113005
The information in this article applies to:
The FoxPro Catalog Manager uses the FoxPro resource file, FOXUSER.DBF, to store information about the Catalog Manager environment. Since these preferences are likely to be unique for every user, each user should be assigned his or her own resource file.
When the Catalog Manager starts up, it attempts to read the current resource file to determine the following user preferences:
   USE SYS(2005) AGAIN      && open the current FOXUSER file
   BROWSE FOR ID='CATALOG'  && browse the catalog preferences
   Error 111 (Cannot write to a read-only file.) occurred while writing
   the preference to <path>\FOXUSER.DBF.
FoxPro catalog files (.FPC), like FoxPro project files (.PJX), are single- user objects; therefore, preferences will be unique for each user, and each user should be assigned his or her own resource file to increase the user's productivity if the user often finds himself or herself using the same catalog during several consecutive FoxPro sessions. To accomplish this, the CONFIG.FP or CONFIG.FPW configuration file should specify a path to a unique resource file.
For more information about the FoxPro configuration file, see the "Customizing FoxPro" section of the "Installation and Configuration" manual.
Additional reference words: FoxDos FoxWin 2.60 multiuser multi-user KBCategory: kbprg KBSubcategory: FxprgMultiuser
Last Reviewed: June 27, 1995