PRB: Errors Caused by Setting _GENMENU to an Invalid ValueLast reviewed: October 20, 1995Article ID: Q138375 |
The information in this article applies to:
SYMPTOMSWhen you attempt to generate a menu, under certain circumstances, the Generate option of the Menu menu is disabled, or one of the following errors may occur:
Function argument value, type, or count is invalid. -or- Function argument value, type, or count is invalid. Line Number: 2202 CAUSEOne of these problems will occur if the system memory variable _GENMENU is initialized to an invalid value or the Genmenu.prg file is corrupt.
RESOLUTIONYou may be able to fix this problem by setting _GENMENU to a valid value using the following syntax in the Command window:
_GENMENU = SYS(2004) + "GENMENU.PRG"Or you may be able to fix it by adding this line of code as the first line of Vfpstart.prg, which is located in the main Visual FoxPro directory and is the program that starts by default when you launch Visual FoxPro. If the Genmenu.prg file is corrupt, you may need to replace it by reinstalling Visual FoxPro or by expanding it from the installation media.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorThs following steps cause the Generate option to be disabled.
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |