How To Prevent the VFP Desktop from Appearing at Startup

Last reviewed: October 18, 1996
Article ID: Q151798
The information in this article applies to:
  • Microsoft Visual FoxPro for Macintosh, version 3.0b

SUMMARY

To suppress the main Visual FoxPro screen in the development environment, or the logo, product registration information, and sign-on screen in an executable application, add the following command to the configuration file:

   MACSCREEN = OFF

MORE INFORMATION

The MACSCREEN command for the configuration file is new to Visual FoxPro. This command, along with the TITLE command, allows developers to have more control over how their run-time applications appear when loading.

A sample configuration file using these two command follows:

   ***Sample Config.fpm***
   MACSCREEN = OFF
   TITLE = My Exe File
   DEFAULT = "Macintosh HD:My Exe File"
   KEYCOMP = Mac


Additional reference words: 3.00b VFoxMac
KBCategory: kbenv kbhowto kbwebcontent
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: October 18, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.