PRB: "No PARAMETER Statement Found" in .EXE FileID: Q111059 2.50 2.50a 2.50b | 2.00 2.50 2.50a 2.50b kbprg kbprb
The information in this article applies to:
SYMPTOMSWhen you are running an .exe file built with FoxPro, the following error message occurs when you try to execute a cross-tabulation:
NOTE: In FoxPro 2.0 for MS-DOS, the error that occurs is:
CAUSEThe cross-tabulation program is being executed by referencing a variable that has an incorrect value. For example,
when the variable _genxtab has not been initialized.
RESOLUTIONSet the value of the variable being used before issuing the DO command. For example,
MORE INFORMATION
Steps to Reproduce Behavior1. Put the following commands into a program file called TEST.PRG:
2. Type the following in the Command window:
3. Open the project file and choose Build and then choose Build
4. Try to execute the .exe file outside FoxPro, either from the Windows
The error message "No PARAMETER statement found" occurs. To correct
this error, do the following:
1. Modify the program and make the following command the first line in 2. Type the following command in the Command window:
3. Open the project and build the executable again.
If you now run the executable file outside FoxPro, the cross-tabulation program will be run as expected. Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.50b xtab crosstab errmsg err msg KBCategory: kbprg kbprb KBSubcategory: FxprgBrowse
|
|
Last Reviewed: November 24, 1998 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |