PRB: "Variable 'X' not found" in a Visual FoxPro MenuLast reviewed: April 21, 1997Article ID: Q167191 |
The information in this article applies to:
SYMPTOMSWhen running a menu that uses a constant defined in a header file, the error message "Variable 'x' not found" is returned if the #include statement is in a program that calls the menu.
CAUSEThe constant must be available at menu generation time.
RESOLUTIONThe following steps demonstrate adding a #include statement to the menu setup code:
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor more information about "Variable not found," please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q156672 TITLE : PRB: "Variable <variable> is not found" Using #INCLUDE Files |
Keywords : FxprgGeneral kbprg kbtshoot vfoxwin kbfaq
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |