/* tr-c-sty.p - Update trigger for study-type */ TRIGGER PROCEDURE FOR WRITE OF study-type. /* Include Commons */ {common.i} /* Assign user, date & time of update */ ASSIGN study-type.upd-date = TODAY study-type.upd-user-name = menu-user. /* Go back */ RETURN.