I must be missing something simple, but I can't get IntControl 73 to trap an error. I've checked the threads and cannot find anyone else having reported this issue.
I've setup the IntControl:
IntControl(73, 3, @TRUE, "ErrorHandling", 0)
And I'm forcing the script to generate a 1077 error, but the script just displays the standard WBT error window.
I'm running on Win Server 2012 R2
Any thoughts?
Thanks,
Dan
Never mind. The error was in a UDF so I needed to define Int 73 in the UDF.
Nothing makes the day quite like a self-answered question.