Subject | Re: [IBO] Using IB_Events |
---|---|
Author | Lester Caine |
Post date | 2005-10-04T08:44:31Z |
ra8009 wrote:
Had you committed the change?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.
> Thanks Lester. That makes sense. I wrote an after update triggerThe event will not fire until the update is actually committed!
> almost like the one you listed in your email and made sure I made it
> ACTIVE. Then I wrote some code under a button:
>
> IB_Connection1.Connect;
> IBOQuery1.Open;
> IB_Events1.RegisterEvents;
>
> and then added this to the Event_alert event:
>
> ShowMessage(AEventName);
>
> But after I manually update a record, nothing happens. I listed the
> event in my IB_Event component. What might be wrong?
Had you committed the change?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.