======================================================================
  Microsoft(R) Product Support Services Application Note (Text File)
        FD0730: SCREENS AND IMPORTING DATA 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.                   |
 --------------------------------------------------------------------

SCREENS
-------

1.  Q. Every time I try to generate a specific screen, I have to add
       my supporting screens to the screen set. How can I avoid this?

    A. To save these options, you must create a project and include
       the screens as a screen set.

2.  Q. When I create a screen set with more than one window, how do I
       move through my windows?

    A. If all the windows in your screen set are READ windows, use the
       PAGE UP key, the PAGE DOWN key, or modify the value of the
       system memory variable _CUROBJ to cycle through the windows of
       your screen set. If any of the windows in your screen set is
       not a READ window (for example, a BROWSE window), you need to
       use the CTRL+F1 key combination to cycle through the screen
       set.

IMPORTING DATA
--------------

1.  Q. How do I import a data file into Microsoft FoxPro for MS-DOS?

    A. To import a data file, use either the IMPORT command or the
       APPEND FROM command. If you receive the error message "String
       too long to fit", insert a carriage return and a linefeed after
       each string of data. A wide range of file formats is supported,
       and a complete list can be found in the "Commands & Functions"
       manual.
