SAMPLE: Menuprob.exe MENU() Malfunctions With Top-Level FormsLast reviewed: February 19, 1998Article ID: Q172077 |
The information in this article applies to:
SUMMARYMenuprob.exe is a sample that shows how the Menu() function malfunctions with Top-Level forms.
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe sample files can be extracted from the following file, available for download from the Microsoft Software Library:
~ Menuprob.exe (size: 22027 bytes)For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q119591 TITLE : How to Obtain Microsoft Support Files from Online ServicesAs described in the generated menu code when a menu is generated to be used in a Top-Level form, there is a second parameter that can be passed in the DO mymenu.mpr WITH THIS,.T. command that renames the Name property of the form and hence the menu. Running the attached files shows that this is working properly but for some reason, the menu name seems to be cached so the MENU() function does not find the correct menu name in all circumstances. Specifically, when the MENU() function is called from a submenu, MENU() in another instance of the form returns the menu name from the instance of the form where MENU() was called from the submenu. Calling MENU() twice from a menu pad, as opposed to a submenu option, resets MENU() so it returns the correct menu name again.
Steps to Reproduce Behavior
Keywords : FxtoolMBuilder vfoxwin Version : WINDOWS:5.0,5.0a Platform : WINDOWS Issue type : kbhowto Solution Type : kbfile |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |