SET EVENTTRACKING Command

Turns event tracking on or off or specifies a text file to which event tracking information is directed.

SET EVENTTRACKING ON | OFF | PROMPT | TO [FileName [ADDITIVE]]

Parameters

ON

Turns event tracking on and directs event tracking information to the text file specified with FileName.

OFF

Turns event tracking off and stops directing event tracking information to the text file.

PROMPT

Displays the Event Tracking dialog box, allowing the user to specify which events are tracked.

TO FileName

Specifies the name of a text file to which event tracking information is directed. SET EVENTTRACKING must be ON to direct event tracking information to a text file. Issue SET EVENTTRACKING TO without a file name to close the text file.

If the file you specify doesn't exist, Microsoft Visual FoxPro automatically creates and opens it.

ADDITIVE

Appends the event tracking information to the end of the text file specified with FileName. If you omit ADDITIVE, the event tracking information replaces the contents of the text file.

Expand imageRemarks

Expand imageSee Also


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