Using Qualify Event for Pre-Write Purpose (OpenInsight 32-Bit)
At 12 JAN 2007 07:41:54PM Suzanne Middleton wrote:
Hello,
Can you use The QUALIFY_EVENT to intercept the WRITE event? I'm trying to implement a promoted pre-write event and I am having some problems. Any help would be great. Thanks
At 12 JAN 2007 08:28PM [email protected]'s Don Bakke wrote:
Suzanne,
I assume you have read some of the standard documents on promoted events already. If not, here are a couple of links for you:
The X Events - An S/ENL Article by Andrew McAuley
My presentation at the 2007 Revelation Conference will also cover promoted events and how they can be designed to execute before and after the system level event. To help people become familiar with this topic we will soon be releasing another white paper based on the work done by Kevin Fournier in his Promoted Events presentation given in New Orleans.
Now, most likely the problem you are having is the way you named the promoted event record in SYSREPOSEVENTEXES. Event handlers within the same event are executed in a particular order (this is an abbreviated flow for the WRITE event):
AppName*WRITE*Window.Control ( SRP Computer Solutions, Inc.[/url]
At 12 JAN 2007 10:14PM Suzanne Middleton wrote:
Thanks, that worked like a charm!