Urgent question on event issue

Urgent !!

In our production environment we have several tables with after record insert and after record update events.
For one of those tables these events are not fired anymore.
We have the same solution source in developer and the error is there also.
If I put an application.output as first line in the event method, there is no output in the console.
It looks as if the event method is not executed at all.

The only way to get it going again is :

  • delete the event method
  • recreate it
  • attach it to the event

Has anayone seen this before ?

We have this ins 5.2.4 and 5.2.6

Regards,

can you reproduce this with an export and then an import (into a clean workspace)
does it still not work then? Maybe we can then look at the export

What you also could do is zip/7zip your workspace and send it over to us so that we can look why they don’t fire.

Thanks Johan,

Will get back on that later on today

Regards,

Hi Johan,

Created a case with our solution. It is reproducable.

case : 369775
Regards,

Completely new to Servoy, but if inheritance works like in VFP, if there is anything in a subclass method, even a space, the object sees this as an override of parent code, so I suggest you review any subclasses to ensure they are indeed empty. Perhaps you could put a break in the code to trace where the event code is actually going.

Hope this helps.