Subject | trigger |
---|---|
Author | dirinler |
Post date | 2008-10-17T08:41:39Z |
Hi there;
delphi 7 fb 2.1
i used to be the IBX data components;i wantto catch the events thats
why i use ibevent component.but there is a problem i create the tigger
on the ibxpert but it doesnt aggree the commit word?can someone help me
about this?
the current trigger
AS
begin
post_event 'dbchanged';
commit;/*the error is here feature not suppoted
end
Thanks.
delphi 7 fb 2.1
i used to be the IBX data components;i wantto catch the events thats
why i use ibevent component.but there is a problem i create the tigger
on the ibxpert but it doesnt aggree the commit word?can someone help me
about this?
the current trigger
AS
begin
post_event 'dbchanged';
commit;/*the error is here feature not suppoted
end
Thanks.