======================================================================
  Microsoft(R) Product Support Services Application Note (Text File)
                  FD0731: BROWSE QUESTIONS & ANSWERS
======================================================================
                                                   Revision Date: 1/93
                                                      No Disk Included

The following information applies to Microsoft FoxPro(R) for 
MS-DOS(R), version 2.5.

 --------------------------------------------------------------------
| 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     |
| 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 1993 Microsoft Corporation. All Rights Reserved.         |
| Microsoft, MS-DOS, and FoxPro are registered trademarks and        |
| Windows is a trademark of Microsoft Corporation.                   |
 --------------------------------------------------------------------

1.  Q. I modified the structure of my database, but when I use the
       BROWSE command on the file, I don't see the changes. How can I
       correct this problem?

    A. If you cannot see your changes, you are most likely using the
       BROWSE command from the System menu or the View panel, or you
       are issuing a BROWSE LAST or BROWSE PREFERENCE command from the
       command window. To see these structural changes, you must first
       issue a plain BROWSE command from the command window to display
       the new default version of the database.

2.  Q. When I press the CTRL+N shortcut key combination in my program
       to append a new record in the Browse window, I get the musical
       note instead. How can I correct this problem?
    
    A. CTRL+N is a shortcut key combination associated with the System
       menu. In your program, you need to issue the command SET SYS-
       MENU ON and/or use a BROWSE command instead of the BROWSE NO-
       MENU command.
