READ EVENTS Command

See Also

Starts event processing.

Syntax

READ EVENTS

Remarks

When READ EVENTS is issued, Visual FoxPro starts event processing.

Issue CLEAR EVENTS to stop event processing. When CLEAR EVENTS is issued, program execution continues with the line immediately following READ EVENTS.

Note that only one READ EVENTS can be active at a time. If a READ EVENTS is in effect, any subsequent READ EVENTS commands have no effect.