U10201f114 wrong migration of standard U7 error trigger
Author: ulrichmerkel@web.de (ulrich-merkel)
in U7, the fields error trigger is defaulted to:
; Include an "else" block like the one shown below at the end of any ; Proc written in this trigger. ; . . . ; else ; message $text("%%$error") ; return (-1) ; endif
the u1002f114 migration returns an error:
(4\\ERROR) warning: 1000 - Ignoring undeclare; trigger ERROR has not been declared yet.
because this comment-only trigger is converted to:
undeclare trigger error ; Include an "else" block like the one shown below at the end of any ; Proc written in this trigger. ; . . . ; else ; message $text("%%$error") ; return (-1) ; endif ; end




