How to Make a Menu Available During a READ MODAL CommandLast reviewed: April 30, 1996Article ID: Q120081 |
The information in this article applies to:
SUMMARYTo make a menu available during a READ MODAL command, you must issue the DO <menu name>.MPR command in the WHEN clause of the READ MODAL command. You also must save the existing menu so that it can be restored after the READ MODAL command is cleared.
MORE INFORMATIONTo implement a menu that is accessible during a READ MODAL command, do the following:
NOTE: This example assumes the menu name is _MSYSMENU and that the Screen Builder and Menu Builder are being used.
PUSH MENU _MSYSMENU
DO <menu name>.MPR
POP MENU _MSYSMENU |
Additional reference words: MBuilder FoxMac FoxDos FoxWin 2.00 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |