DOCUMENT:Q182580 29-JUL-1999 [foxpro] TITLE :HOWTO: Set Up a Quick Menu for an ActiveDoc App PRODUCT :Microsoft FoxPro PROD/VER:WINDOWS:6.0 OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual FoxPro for Windows, version 6.0 ------------------------------------------------------------------------------- SUMMARY ======= This article describes setting up a Quick Menu for use in an Active Document application, which is a new feature in Visual FoxPro 6.0. MORE INFORMATION ================ Chapter 31 of the Microsoft Visual FoxPro "Programmer's Guide," version 6.0 is a good source for information on creating Active Document applications. The chapter contains an explanation of Menu Negotiation, terms used in Menu Negotiation, Help Menu Merging and enhancements to the DEFINE PAD command. The steps below guide the developer in creating a Quick Menu that can be used in an Active Document application. This menu will have a custom menu pad and Colors, in addition to the menu pads provided by FoxPro with a Quick Menu. It also illustrates Help Menu Merging with the Fruits menu pad. Steps to Create a Quick Menu ---------------------------- 1. Create a new menu, not a shortcut. The code below can be typed in the Command window to accomplish this task. In the New Menu dialog box select menu. Here is the code: CREATE MENU ADTest 2. From the System menu, point to the Menu pad, and then click Quick Menu. 3. Delete the View and Tools menu pads. This is not necessary, it just prevents the menu from getting too long in this example. The Program menu will be left in case Cancel, Resume or Suspend are needed. 4. Insert a new Menu pad between Edit and Program. NOTE: Select the Program prompt and point to the Insert button in the Menu Designer. 5. Name the new prompt \