diff --git a/docs/TryCatch.md b/docs/TryCatch.md index 3a29935..5adc462 100644 --- a/docs/TryCatch.md +++ b/docs/TryCatch.md @@ -16,4 +16,3 @@

To process the error with displaying the information window, you must add the «Try/Catch», where the TRY block will contain the email and Excel scanning modules, and the CATCH block the module Interface for displaying the user window.

![Screenshot](img/TC_2.png)

In result you will get this default message «The script worked successfully!» if the email was in inbox or with the «The email hasn't arrived yet» message if the email isn't there yet. The @error variable will contain the text «Could not open document C:\Reports\daily report for the day.xlsx».

-![Screenshot](img/TC_3.png) \ No newline at end of file diff --git a/docs/img/SE_3.png b/docs/img/SE_3.png index 9be03be..a288473 100644 Binary files a/docs/img/SE_3.png and b/docs/img/SE_3.png differ diff --git a/docs/img/sql_1.png b/docs/img/sql_1.png index 9b7e9fc..36069e0 100644 Binary files a/docs/img/sql_1.png and b/docs/img/sql_1.png differ