Microsoft KB Archive/102897: Difference between revisions

From BetaArchive Wiki
m (Text replacement - ">" to ">")
m (Text replacement - "<" to "<")
 
Line 44: Line 44:
<pre>  command in the Command window:
<pre>  command in the Command window:


       DO &lt;menu name>.mpr
       DO <menu name>.mpr
</pre>
</pre>
Additional reference words: FoxDos 2.00 2.50 2.50a 2.50b 2.60 pssbug2.60 KBCategory: kbprg kbprb KBSubcategory:
Additional reference words: FoxDos 2.00 2.50 2.50a 2.50b 2.60 pssbug2.60 KBCategory: kbprg kbprb KBSubcategory:

Latest revision as of 14:37, 20 July 2020

PRB: Must Click Mouse Twice to Select Submenu

ID: Q102897

The information in this article applies to:

  • Microsoft FoxPro for MS-DOS, versions 2.0, 2.5, 2.5a, 2.5b, 2.6

SYMPTOMS

In the Menu Builder, if a menu is created with a single pad having two submenus under it, the mouse must be clicked twice to bring up the next submenu the first time the submenu is selected. This problem occurs only the first time the submenu is activated. On subsequent selections, it works normally. This problem does not occur when the ENTER key is used.

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Problem

1. From the File menu, choose New, and select Menu.

2. In the Menu Builder, type the word "Test" (without the quotation

   marks) under Prompt, and have the result say "Submenu".

3. Choose Create, and type "Test1" (without the quotation marks) with

   "Submenu" as the result.

4. Choose Create, and type "Test2" (without the quotation marks) with

   "Submenu" as the result.

5. Choose Create, and type "Test3" (without the quotation marks) with

   "Procedure" as the result.

6. In the text editing region, type the following:

      WAIT WINDOW "Hello"

7. Generate the menu by choosing Generate from the Program menu. 8. When you are finished generating the menu, type the following

   command in the Command window:

      DO <menu name>.mpr

Additional reference words: FoxDos 2.00 2.50 2.50a 2.50b 2.60 pssbug2.60 KBCategory: kbprg kbprb KBSubcategory:


Last Reviewed: April 17, 1995
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.