How to Activate FoxPro 2.6 Style System Menu in Visual FoxProLast reviewed: September 5, 1995Article ID: Q136212 |
The information in this article applies to:
SUMMARYThe System Menu in Visual FoxPro has been redesigned. Some of the options that were available in the FoxPro version 2.6 System Menu are either not available in Visual FoxPro or are different. This article illustrates how you can activate a FoxPro version 2.6 style System Menu in Visual FoxPro.
MORE INFORMATIONBasically, you need to get all the FoxPro version 2.6 style menus you need to create. Then generate a QuickMenu in FoxPro version 2.6, and run it in Visual FoxPro. For example, to get the FoxPro version 2.6 Browse menu instead of the Visual FoxPro Table menu when you browse through a table, use the SYS(1029) function. The syntax for this function is:
=SYS(1029,<n>)Here <n> can either be 0 or 1. The 0 activates the FoxPro version 2.6 style Browse menu, and the 1 activates the Visual FoxPro style Table menu.
Step-by-Step Example
|
Additional reference words: 3.00 sys(1029) VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |