Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an error handling routine that emails me when an error is encountered in a scheduled task.
I currently display this message as the email message:
LET vMsg = ComputerName( ) & ' Sent at ' & Now() & ' ' & DocumentTitle();
Is there a way to add the actual section name where the error occurred to this message?