How to Customize About Menu Option on Apple Menu

ID: Q109597

The information in this article applies to:

  • Microsoft Visual FoxPro for Macintosh, version 3.0b
  • Microsoft FoxPro for Macintosh, version 2.5b

You can customize the About menu selection on the Apple menu from within FoxPro for Macintosh. To do so, type the following commands in the Command window:

   SET APLABOUT PROMPT "<text string to display>"
   ON APLABOUT <perform a command or do a program>

To reset the above changes, issue the following commands:

   SET APLABOUT PROMPT
   ON APLABOUT

Additional reference words: vFoxMac 3.00b FoxMac 2.50b modify KBCategory: kbprg KBSubcategory:


Last Reviewed: May 21, 1996
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.