PRB: "Variable 'X' not found" in a Visual FoxPro Menu (167191)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q167191 SYMPTOMS
When 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.
CAUSE
The constant must be available at menu generation time.
RESOLUTION
The following steps demonstrate adding a #include statement to the menu
setup code:
- Open your "Menu.mnx" file in design mode, where "Menu.mnx" is the name
of your menu file.
- Select "General Options" from the View menu.
- Select the "Setup" check box.
- Click OK.
- Add your #include statement to the setup code area, for example:
#INCLUDE "C:\VFP\Foxpro.h"
- Close the Setup Code window.
- Your variables will be available to the menu after you generate and run
your menu file.
The above steps resolve the "Variable 'X' not found" error message
described above.
REFERENCES
For more information about "Variable not found," please see the following
article in the Microsoft Knowledge Base:
156672 PRB: "Variable <variable> is not found" Using #INCLUDE Files
Modification Type: | Major | Last Reviewed: | 12/3/2003 |
---|
Keywords: | kbprb kbprogramming kbtshoot KB167191 |
---|
|