Promoted Events/Code (OpenInsight 32-bit)
At 07 JUN 2013 12:01:16PM cr engler wrote:
Hello All.
I'm just starting to use the Promoted Events function found on the Event Designer screen but seem to be having some difficulty.
It appears that on the READ & WRITE events of the windows that the local, window event (Terminology?) processes before the Promoted Code. I am of the understanding that the Promoted Code should process before the local event.
I set "Enforce" to "Yes" and click the "Generate Promoted Code" button. After the code is generated, I click Save and then Close. I completely get out of the developer program and get back in.
I then modify the created code to reflect some processing to take place. Unfortunately, the PE_WRITE and PE_READ do not fire until the window event completes processing.
What am I missing?
Thanks,
Charlie
At 08 JUN 2013 08:07PM Barry Stevens wrote:
Have you checked this article SRP Promoted Events
At 10 JUN 2013 08:13AM cr engler wrote:
Thanks, Barry…That really helped.
Charlie