Yu.Atavin
Newbie

Posts: 33
|
 |
« on: September 15, 2008, 11:41:45 PM » |
|
The library enables POST_EVENT functionality for Visual FoxPro. Post_event function allows the Visual FoxPro application to broadcast event messages to interested client VFP applications. An application can register interest in receiving messages when a specific event does occur. When the application receives an event message it will call registered for this event VFP function.
You can use it to notify VFP applications about any events happen in your system. To know that a lookup table was changed, specific record processed, an application started or finished, and etc. you don't need to query statuses fields from tables, just use this tool to notify applications about any event what you need to monitor.
|