IBCAlerter and freezing application

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bicman
Posts: 2
Joined: Tue 26 Oct 2010 14:39

IBCAlerter and freezing application

Post by bicman » Tue 26 Oct 2010 15:10

IBDAC 3.50.0.17 - Delphi2006 - WinXP - FB 2.1.3
IBCAlerter on Form:
all properties are default + only 1 event 'abc' added at Events property

event 'abc' in DB:
TRIGGER xy FOR file ACTIVE AFTER INSERT OR UPDATE OR DELETE AS
BEGIN
POST_EVENT 'abc';
END

on this form is CRDBGrid with IBCTable (file)

OnFormActivate() Alerter.Start;
OnFormDeactivate() Alerter.Stop;

...and now:
- with IBCConnection to localhost - all work fine
- with IBCConnection to far computer (Linux + FB 2.1.3) - app work fine until activate this form (follow application freeeeeeez)

sorry for my english ;-)

AndreyZ

Post by AndreyZ » Thu 28 Oct 2010 12:23

I cannot reproduce the problem. Please try to compose a small sample to demonstrate the problem and send it to andreyz*devart*com.

Post Reply