IBCAlert Bug ?
Posted: Wed 08 Jul 2009 10:49
Hi!
I'm using Delphi2009/Firebird 2.5/Windows Vista x64/IBDAC 3.00.0.4
Create a new project. Drop an IBCConnection, IBCTransaction, IBCAlerter on the form, and give the parameters of a test database and set connected to true (so the program autoconnects on startup).
Add more then 1 (one) Event to IBCAlerter.Events, but only first Event work (in OnEvent EventMessage a get all of events registered in IBCAlerter component). I can't catch another event except first one.
In case that I set up only one Event all works perfectly.
I'm using Delphi2009/Firebird 2.5/Windows Vista x64/IBDAC 3.00.0.4
Create a new project. Drop an IBCConnection, IBCTransaction, IBCAlerter on the form, and give the parameters of a test database and set connected to true (so the program autoconnects on startup).
Add more then 1 (one) Event to IBCAlerter.Events, but only first Event work (in OnEvent EventMessage a get all of events registered in IBCAlerter component). I can't catch another event except first one.
In case that I set up only one Event all works perfectly.