FastTips for FoxPro for MS-DOS: Screens & Importing Data Q&A

Last reviewed: December 12, 1996
Article ID: Q96158
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, version 2.5

       Microsoft(R) Technical Support Application Note (Text File)
        FP0918: SCREENS AND IMPORTING DATA QUESTIONS & ANSWERS
                                                   Revision Date: 9/93
                                                      No Disk Included

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

| 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 (C) 1993 Microsoft Corporation.  All Rights Reserved      |
| Microsoft, FoxPro, and MS-DOS 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;
           a complete list can be found in the "Commands & Functions"
           manual.
    


Additional reference words: FoxDos 2.50 ivrfax fasttips
KBCategory: kbprg kbfasttip kbappnote
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 12, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.