Subject Re: [IBO] Syncronizing transactions
Author Paul Gallagher
Ok, got it all setup on my app. Very impressive. Next I will get it going on
my cable modem to see if it will work across the internet. Should be no
reason why it won't.

I initially had a little problem with the triggers causing a recursive loop
because I also had a BeforeUpdate trigger, and the AfterUpdate trigger
needed by the DML created the loop. So I modified the beforeupdate code to
work in the after update trigger.

I am embarrassed that I did not know about this functionality before now. I
actually have invested a fair amount of time with IB_Event to "reinvent the
wheel".

Has anyone checked Jason's green card lately? I still think he's from
another planet.

Paul