======================================================================
  Microsoft(R) Product Support Services Application Note (Text File)
    	FD0629: CONFIGURATION, ENVIRONMENT, AND NETWORK USE
			QUESTIONS & ANSWERS
======================================================================
                                                   Revision Date: 9/92
                                                      No Disk Included

The following information applies to Microsoft FoxPro(R) for MS-DOS(R)
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 1992 Microsoft Corporation. All Rights Reserved.         |
| Microsoft, FoxPro, and MS-DOS are registered trademarks and        |
| Windows is a trademark of Microsoft Corporation.                   |
 --------------------------------------------------------------------

Configuration and Environment
-----------------------------

1. Q. I am receiving the error message "Too many files open." How
      can I correct this problem?

   A. If you receive this error message, use one or more of the
      following strategies:
  
      1. Increase the FILES setting in the CONFIG.SYS file.
     
      2. If you are using a Novell network, increase the FILE
         HANDLES setting in the SHELL.CFG file.
     
      3. If you are using the MS-DOS Share program, increase the
         number of files and locks. (For example, you could use
         SHARE /F:5120 /L:500.)
     
2. Q. The Standard Version of Microsoft FoxPro for MS-DOS runs
      correctly, but when I load the Extended Version, I receive the
      error message "Incompatible memory manager." What is causing this
      problem?

   A. When you configure your memory manager, verify that you allow it
      to create expanded memory. Please refer to the "Optimizing Your
      System" section in the "Developer's Guide" for further
      information on the Extended Version of FoxPro.
  
3. Q. I am receiving the error message "Run command failed." How
      can I correct this problem?

   A. This error is caused by one of the following conditions:
  
      a. Microsoft FoxPro for MS-DOS cannot find the COMMAND.COM
         file. If this is the case, use the SHELL= statement with the /P
         parameter in your CONFIG.SYS file to specify the location of
         the COMMAND.COM file.
     
         - or -
     
      b. If the location of COMMAND.COM is already specified,
         FoxPro does not have enough conventional memory to execute the
         command. If this is the case, use FoxSwap to execute the
         command. (For example, use RUN/0 DIR instead of RUN DIR.) RUN/0
         automatically makes all available conventional memory
         accessible.

4. Q. Why do I have several files with the extension .TMP on my
      disk?

   A. Every time you load Microsoft FoxPro for MS-DOS, it creates
      temporary (.TMP) files. These files are automatically deleted
      when you exit FoxPro with a normal shutdown. The .TMP files still
      exist if you reboot the machine from within FoxPro, or if you
      don't have delete rights in the directory where the files reside.
      Exit FoxPro and acquire the rights to delete all these files.

Running on a Network
--------------------

1. Q. When a second user enters Microsoft FoxPro for MS-DOS on my
      network, the error message "File in use by another" is displayed.
      How can I correct this problem?

   A. If you are on a peer-to-peer network, you must first load the
      MS-DOS Share program and then verify that the FoxPro files are
      marked as read only. The FOXUSER database can be shared only if
      the file is marked "RO" (read only). If you receive this error
      message when you try to open a database file, make sure that both
      users have EXCLUSIVE set to OFF.

