GUIs.Common: improve error message
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Public Class Constants
|
||||
Public Const NO_ROW_HANDLE = -1
|
||||
|
||||
Public Shared ReadOnly MESSAGE_TOO_MANY_SEARCHES = "You have more than three searches configured. This Window will only show the first three result lists!"
|
||||
Public Shared ReadOnly MESSAGE_ERROR_IN_SEARCHES = $"An error occurred while executing searches or no searches were found!{vbNewLine}
|
||||
Please check the SQL Queries for errors and if the correct connection was configured.{vbNewLine}{vbNewLine}
|
||||
For more information check the Logfile."
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user