PRB: Unexpected Tab Order of Push Buttons in FOXAPP.APP

Last reviewed: June 27, 1995
Article ID: Q114137
The information in this article applies to:
  • Microsoft FoxPro for Windows, versions 2.5, 2.5a, 2.5b, 2.6
  • Microsoft FoxPro for MS-DOS, versions 2.5, 2.5a, 2.5b, 2.6

SYMPTOMS

In FOXAPP.APP, if you type the name of a .DBF file in the Table Name box and you then press the TAB key several times to move to the Cancel push button, Cancel is skipped and Advanced is selected (highlighted) instead. If you press TAB again, Cancel will be selected.

The Create push button is also not in the proper tab order.

RESOLUTION

If you want to change the object order, you can modify FOXAPP.PJX as follows. (However, bear in mind that Microsoft does not support modifications to FoxApp.)

  1. Open the file FOXAPP.PJX.

  2. Edit the screen set APPSCX.SCX.

  3. From the Screen menu, choose Object Order.

  4. Modify the order in which the objects are accessed.

  5. When you are finished modifying the order, save the screen and regenerate FOXAPP.APP.

MORE INFORMATION

Steps to Reproduce Problem

  1. In the Command window, issue the following command:

          DO Foxapp.app
    

  2. In the Table Name box, type the name of a .DBF file.

  3. Press TAB until the Generate push button is selected.

  4. Press TAB again.

    Instead of Cancel, the Advanced push button is selected.

  5. Press TAB again. The Cancel push button is now selected.


Additional reference words: FoxDos FoxWin 2.50 2.50a 2.50b 2.60
KBCategory: kbprg kbprb kbcode
KBSubcategory: FxtoolGeneral


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: June 27, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.