Hello all,
I just got the latest PSDN KB entries including this one:
http://progress.atgnow.com/esprogress/jsp/AnswerControls.jsp?directSolutionLink=1&tabs=true&docPropValue=p134596
I haven't run the program, but something's telling me that the program won't work correctly. Can anyone confirm this?
Best regards,
Wim
Haven't run it either but it looks okay to me? The program scans de triggers dirs for assign triggers with the new (value) option...
Hi,
It might work if the trigger procedure for statement is on one line.
It will fail for
trigger procedure
for assign
of table.field:
Unless you are sure all code is uniform with the statement on one line I would use other techniques to detect issues.
If you have to check a lot of code it might be worth writing a prolint rule.