How to Control the Occurrence of a Default Event (131095)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q131095 SUMMARY
An event is an action generated by a user, a program, or the system. When
an event is triggered, Visual FoxPro processes some default system tasks.
For example, pressing a key triggers the keypress event that causes the
letter to be displayed in a text box. With Visual FoxPro, you can control
the occurrence of system events. This article describes how to prevent
system processing of events, and how to cause default events to occur
before user-generated or code-generated events occur.
You can add code to a method to customize operations that occur when an
event is triggered. When an event handler is customized, system processing
occurs in addition to the tasks defined in user code. By default, the user
code is processed first followed by system processing.
Modification Type: | Major | Last Reviewed: | 8/26/1999 |
---|
Keywords: | kbcode KB131095 |
---|
|