SET LOGERRORS Command
Visual Studio 2005
Determine whether to send Visual FoxPro compilation error messages to a text file.
You can use SET LOGERRORS to save compilation error messages to a text file when compiling programs.
SET LOGERRORS ON | OFF
Parameters
- ON
-
Specifies to create a compilation error (.err) file using the same name as the compiled program. (Default)
If an .err file with the same name exists, it is overwritten.
- OFF
-
Specifies not to create a compilation error (.err) file when compiling a program.
Note