DOCERR: Help Gives Misleading Info on Menu General ProcedureLast reviewed: June 27, 1995Article ID: Q127921 |
The information in this article applies to:
SUMMARYThe online Help describes the purpose of a general procedure (Procedure Text Region) of an .MNX file as follows:
Procedure Text Region Defines a procedure for the entire menu system. When any menu pad in the menu system is chosen, this procedure is executed. MORE INFORMATIONThe actual purpose of this text region is to create a procedure that is used when no other code has been assigned to a menu option. In other words, any Command, Bar#, or Procedure assigned to a particular menu pad or option will take precedence over the procedural code placed within this general procedure text region, and the code associated with this general procedure will not be executed. If there is not any code associated with a created menu pad or option, then by default, the code placed in the general procedure's text region will be executed when that menu pad or option is selected. This is known as a code snippet stub. The FoxPro for Windows Developer's Guide describes this procedure text region in accurate detail on page D3-26. The FoxPro for MS-DOS Developer's Guide describes this procedure text region on page D3-23.
Steps to View Help TextTo view the topic in the FoxPro for Windows environment, click the Help menu pad on the system menu bar and select Search for Help on... from the list of options. In the text box, type "general options dialog" (without the quotation marks). Press ENTER twice to view the Procedure Text Region topic. To access this text region while an .MNX file is open, click the Menu pad on the system menu bar, and select General Options from the list of options. The general procedure's text region is accessible from the dialog that appears.
Step-by-Step Menu Example
|
Additional reference words: FoxWin FoxDos 2.50 2.50a 2.50b 2.60 2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |