JavaScript Editor js editor     Web development 



Main Page

Extends event tracking of mouse and keyboard events.

SYS(2801 [, 1 | 2 | 3 ] )

Parameters

1


Record only Visual FoxPro object events.
2


Record only Windows mouse and keyboard events
3


Record both Visual FoxPro and Windows events

Remarks

You can use SYS(2801) to specify which user events are tracked when your code is executed. You can set up event tracking in the Visual FoxPro debugger or use the SET EVENTTRACKING command.

See Also



JavaScript Editor js editor     Web development