The information in this article applies to:
SUMMARYThe SYS(1500) function allows you to gain access and activate a specific system menu item. However, the SYS(1500) function does not work with user defined menu items. MORE INFORMATION
The SYS(1500) function allows you to call the functionality of system menu
options from within your programs. Unfortunately, if the specific menus are
not active or if SYSMENU is OFF, SYS(1500) does not work.
Compile the program file and execute the .fxp file. The program creates a
file called Myprog that contains "MESSAGEBOX('TEST')."
REFERENCES
Visual FoxPro 5.0 Help file; search on SYS(2013). The SYS(2013) topic
displays each system menu bar, its title, and the items it contains.
Additional query words:
Keywords : kbBuilder kbVFp500 kbVFp600 |
Last Reviewed: December 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |