home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / fw0721.zip / FW0721.TXT next >
Text File  |  1993-02-18  |  10KB  |  213 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.             FW0721: INTERFACE FEATURES QUESTIONS & ANSWERS
  4. ======================================================================
  5.                                                    Revision Date: 2/93
  6.                                                       No Disk Included
  7.  
  8. The following information applies to Microsoft FoxPro(R) for
  9. Windows(TM), version 2.5.
  10.  
  11.  --------------------------------------------------------------------
  12. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  13. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  14. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  15. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  16. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  17. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  18. | accuracy and the use of this Application Note. This Application    |
  19. | Note may be copied and distributed subject to the following        |
  20. | conditions: 1) All text must be copied without modification and    |
  21. | all pages must be included; 2) If software is included, all files  |
  22. | on the disk(s) must be copied without modification [the MS-DOS(R)  |
  23. | utility DISKCOPY is appropriate for this purpose]; 3) All          |
  24. | components of this Application Note must be distributed together;  |
  25. | and 4) This Application Note may not be distributed for profit.    |
  26. |                                                                    |
  27. | Copyright 1993 Microsoft Corporation. All Rights Reserved.         |
  28. | Microsoft, FoxPro, and MS-DOS are registered trademarks and        |
  29. | Windows is a trademark of Microsoft Corporation.                   |
  30.  --------------------------------------------------------------------
  31.  
  32. 1.  Q. The windows and controls created in FoxPro 2.5 for Windows look
  33.        different from those in FoxPro for MS-DOS. Why is this?
  34.  
  35.     A. The windows and controls in FoxPro 2.5 for Windows look
  36.        different from those in FoxPro 2.5 for MS-DOS because FoxPro
  37.        for Windows was designed to conform to the Windows 3.1
  38.        interface guidelines for applications. These guidelines allow
  39.        Windows 3.1 users to use the same methods of moving, selecting,
  40.        and changing windows across all Windows-based applications.
  41.        FoxPro windows now include Control-menu boxes and minimize,
  42.        maximize, and restore buttons.  For a complete discussion of
  43.        window styles and terminology, consult the "Getting Started"
  44.        manual.
  45.  
  46. 2.  Q. What is the purpose of the window Control-menu box?
  47.  
  48.     A. The Control-menu box provides a quick method for moving,
  49.        sizing, selecting, and switching windows. Clicking the Control-
  50.        menu box opens the menu with its list of tasks. Double-clicking
  51.        the Control-menu box closes the window.
  52.  
  53. 3.  Q. I have noticed that some windows can be resized and others
  54.        cannot. Why is this?
  55.  
  56.     A. FoxPro for Windows contains both sizable and nonsizable
  57.        windows. Windows that contain a text-editing region are
  58.        sizable. Examples of sizable windows are the Command window,
  59.        the Screen Design window, and the Calendar window. These
  60.        windows contain scroll bars and a sizing box in the bottom-
  61.        right corner of the window.  Examples of nonsizable windows
  62.        include the View window and the relational-query-by-example
  63.        (RQBE) window. Nonsizable windows use only the Control-menu box
  64.        and the Minimize button.
  65.  
  66. 4.  Q. The keyboard shortcuts in FoxPro for Windows have changed.  Why
  67.        is this so? Is there a way to restore the FoxPro for MS-DOS
  68.        style keystrokes?
  69.  
  70.     A. FoxPro for Windows uses the Windows-standard keystrokes (such
  71.        as ENTER) to select a focused choice. FoxPro for Windows
  72.        supports both an MS-DOS keystroke mode and a Windows keystroke
  73.        mode. Refer to FoxPro's online help for details on differences
  74.        in the two keystroke modes. You chose at installation time
  75.        which mode to use; however, you can change the mode at any time
  76.        interactively in FoxPro by issuing one of the following
  77.        commands:
  78.  
  79.           set keycomp to dos
  80.        or
  81.           set keycomp to windows
  82.  
  83.        Each time you load FoxPro, the default KEYCOMP setting is
  84.        invoked. To change the setting of KEYCOMP permanently, change
  85.        the CONFIG.FPW file to include the appropriate statement:
  86.  
  87.           keycomp=dos
  88.        or
  89.           keycomp=windows
  90.  
  91. 5.  Q. When I create a database and press the ENTER key to add a new
  92.        field, I find that the dialog box unexpectedly closes. Why is
  93.        this?
  94.  
  95.     A. The keystroke navigation is different between Windows and MS-
  96.        DOS. In FoxPro for MS-DOS, the keystroke equivalent of clicking
  97.        the focus button is CTRL+ENTER, whereas in Windows, it is the
  98.        ENTER key. Pressing the ENTER key in the Table Structure dialog
  99.        box tells FoxPro you have chosen the OK button. To restore the
  100.        MS-DOS keystroke mode in Windows, issue the command "set
  101.        keycomp to dos".
  102.  
  103. 6.  Q. The menu for FoxPro for Windows has changed. Why is this? Is
  104.        the MS-DOS version of the menu available?
  105.  
  106.     A. The menu in FoxPro for Windows has been modified for
  107.        consistency with the Windows Interface Application Design
  108.        Specification. The System menu in the FoxPro 2.0 menu bar has
  109.        been removed, and a number of specific menu items have been
  110.        moved elsewhere. Take a moment to explore the new menu
  111.        structure and familiarize yourself with the changes. Note that
  112.        a brief message describing each menu item is displayed in the
  113.        status bar at the bottom of the main FoxPro window.
  114.  
  115.        If you are more comfortable with the menu bar layout of FoxPro
  116.        2.0, we have provided a FoxPro menu program that recreates this
  117.        layout. This program is called DOS.MPR and is located in the
  118.        GOODIES subdirectory. Running this menu program replaces the
  119.        FoxPro for Windows-style menu bar with the FoxPro 2.0-style
  120.        menu bar layout while retaining the Text menu for multiple font
  121.        support.
  122.  
  123.        To automatically display the FoxPro 2.0 menu bar when FoxPro
  124.        for Windows is open, place the following command in the
  125.        CONFIG.FPW file to execute the DOS.MPR program:
  126.  
  127.           command = do c:\foxprow\goodies\dos\dos.mpr
  128.  
  129.         NOTE: Modify the complete path specification for DOS.MPR based
  130.         on your specific installation.
  131.  
  132. 7.  Q. The Edit menu contains a number of new options, such as Paste
  133.        Special and Change Link.  What are these options, and how are
  134.        they used?
  135.  
  136.     A. These new Edit menu options support object linking and
  137.        embedding (OLE). The options include: Paste Special, Insert
  138.        Object, Object, Change Link, and Convert To Static. For a
  139.        detailed discussion of OLE topics, consult the FoxPro
  140.        "Developer's Guide". For additional information on the new Edit
  141.        menu options, consult the FoxPro "User's Guide".
  142.  
  143. 8.  Q. The Program menu contains a new option called Beautify. What
  144.        does it do?
  145.  
  146.     A. The Beautify option makes program files easier to read by
  147.        altering the appearance of the file. Options include altering
  148.        the case of keywords and variables, and adding additional
  149.        indentation within procedures and DO CASE statements. Action
  150.        diagram symbols can also be added to the .PRG file to highlight
  151.        program organization by bracketing specific control statements
  152.        such as:
  153.  
  154.            IF
  155.                DO [item]
  156.           ELSE
  157.                DO [item]
  158.           ENDIF
  159.  
  160. 9.  Q. The Text menu is a new feature. What does it do?
  161.  
  162.     A. The Text menu adds support for multiple fonts and text
  163.        formatting. The Font option makes all your installed Windows
  164.        fonts available in FoxPro.
  165.     
  166.         NOTE: A font option is also available for Browse windows.
  167.  
  168.        The Enlarge and Reduce Font options change all text to the next
  169.        available point size in the currently selected font.  To alter
  170.        the spacing of the current text file, select Single, 1 1/2, or
  171.        Double space.
  172.  
  173.        The Indent option performs a block indent by automatically
  174.        moving a selected group of lines to the next tab stop. The
  175.        Undent option does the opposite by moving a selected group of
  176.        lines back to the previous tab stop.
  177.  
  178. 10. Q. Occasionally a menu option called "Object" becomes visible.
  179.        When is it displayed and why?
  180.  
  181.     A. The Object menu is available when either the Screen Builder or
  182.        the Report Writer window is open. As with the Text and Browse
  183.        menus, the Object menu has access to fonts. Specific options on
  184.        the Object menu are enabled and disabled based on the currently
  185.        selected object.
  186.  
  187.        For example, a rectangle drawn in the Screen Design window may
  188.        have an outline or pen color, a background or fill color, and a
  189.        fill pattern.
  190.  
  191. 11. Q. FoxPro for Windows includes the Windows-style Help dialog box.
  192.        Is there any way to access the FoxPro 2.0-style help system?
  193.  
  194.     A. By default, FoxPro for Windows uses the Windows-style Help
  195.        system.  To access the FoxPro-2.0 style help system, enter the
  196.        following option in the Command window:
  197.  
  198.           set help to foxhelp.dbf
  199.  
  200.        Pressing F1 or choosing Help from the menu will bring up the
  201.        FoxPro 2.0-style help system.
  202.  
  203.        To return to the Windows-style Help system, enter the following
  204.        command in the Command window:
  205.  
  206.           set help to foxhelp.hlp
  207.  
  208.        To permanently change the help system to the FoxPro 2.5 for MS-
  209.        DOS style, add this statement to your CONFIG.FPW file:
  210.  
  211.           help=foxhelp.dbf
  212.  
  213.