Go into the data dictionary and remove the path to the trigger. On the table properties window there is a button "triggers ...". You need to select the event for which you want to delete the triggers.
Delete the corresponding records in the _File-Trig table programatically
FOR EACH _File
WHERE _File._File-Name BEGINS {&Product}
NO-LOCK TRANSACTION:
FOR EACH _File-Trig
WHERE _File-Trig._File-Recid = RECID (_File) EXCLUSIVE-LOCK:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.