i have a "on write of table dele ..." trigger, which work on closely every update i make - with ONE exception. I defined a buffer writing
on this dele table called b_dele. With all other examples it works pretty fine. There are no transactions used.
FOR EACH b_dele
EXCLUSIVE-LOCK:
b_dele.iStatus = {yyy}.
RELEASE b_dele.
END.
I do not know why this ON WRITE trigger isn't called.
Please help me, thanks david
on this dele table called b_dele. With all other examples it works pretty fine. There are no transactions used.
FOR EACH b_dele
EXCLUSIVE-LOCK:
b_dele.iStatus = {yyy}.
RELEASE b_dele.
END.
I do not know why this ON WRITE trigger isn't called.
Please help me, thanks david