Description of VFPSTART.PRG

Last reviewed: April 30, 1996
Article ID: Q128155
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

This article describes the functionality of the startup program VFPSTART.PRG.

MORE INFORMATION

The VFPSTART program has two main components:

- When FoxPro is started after a new installation, VFPSTART minimizes the

  Command window and opens a new project.

- VFPSTART adds the Class Browser option to the Tools drop-down in the
  System menu.

The VFPSTART application is launched from the CONFIG.FPW file. A COMMAND line is added to your configuration file. Because the VFPSTART application interacts with the Command window, it has to be called after the window has been defined. Thus, it cannot be launched with the _STARTUP system memory variable.

If you need to modify the startup program, edit the file VFPSTART.PRG.


Additional reference words: 3.00 VFoxWin
KBCategory: kbenv
KBSubcategory: FxenvConfigfp


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: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.