Subject | E_MAX_EVENTS_BLOCK error |
---|---|
Author | freeadmin |
Post date | 2002-01-26T15:20:36Z |
I use the TIB_Events component and E_MAX_EVENTS_BLOCK error is occured.
I found the following code:
procedure TIB_Events.EventChange( Sender: TObject );
begin
...
if Count > IB_MaxEvents then begin
raise EIB_Error.Create( E_MAX_EVENTS_BLOCK );
end;
...
end;
Should I use two or more TIB_Events components?
Any idea?
Regards,
FreeAdmin
I found the following code:
procedure TIB_Events.EventChange( Sender: TObject );
begin
...
if Count > IB_MaxEvents then begin
raise EIB_Error.Create( E_MAX_EVENTS_BLOCK );
end;
...
end;
Should I use two or more TIB_Events components?
Any idea?
Regards,
FreeAdmin