PRB: Menu Popups Not Appearing in FoxPro for WindowsLast reviewed: November 17, 1995Article ID: Q103602 |
The information in this article applies to:
Menu popups will not appear under certain circumstances when the number of options in a popup exceeds a certain limit in FoxPro for Windows. For example, using the CUSTOMER.DBF file (500 records) located in the FOXPRO25\TUTORIAL directory, the following program will work in FoxPro for MS-DOS but not in FoxPro for Windows:
SET SYSMENU TO SET SYSMENU AUTOMATIC USE customer DEFINE PAD test OF _msysmenu PROMPT "Test" ON SELECTION PAD test OF _msysmenu ACTIVATE POPUP test DEFINE POPUP test PROMPT FIELD company ON SELECTION POPUP test WAIT WINDOW PROMPT() |
Additional reference words: FoxWin FoxMac VFoxWin 2.50 2.50a 2.50b 2.50c
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |