SET LOGERRORS Command

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.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic