jj für MS 25.01.17
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
Imports System.IO
|
||||
Imports System.Xml
|
||||
|
||||
Imports DD_LIB_Standards
|
||||
Module ModuleMySettings
|
||||
Public PATH_FileExclusions As String = Path.Combine(Application.UserAppDataPath(), "FileExclusions.xml")
|
||||
Dim ConfigPath As String = Path.Combine(Application.UserAppDataPath(), "UserConfig.xml")
|
||||
|
||||
Public MyConnectionString As String = ""
|
||||
|
||||
|
||||
Public LogErrorsOnly As Boolean = True
|
||||
Public Sett_TaskOverviewKeepInFront As Boolean = True
|
||||
Public Sett_LoadWD_Docs As Boolean = True
|
||||
@@ -182,6 +182,7 @@ Module ModuleMySettings
|
||||
ClassProxy.MyLinkedServer = Row.Item("Value")
|
||||
Case "LogErrorsOnly"
|
||||
LogErrorsOnly = CBool(Row.Item("Value"))
|
||||
clsCURRENT.LOG_ERRORS_ONLY = LogErrorsOnly
|
||||
Case "Sett_TaskOverviewKeepInFront"
|
||||
Sett_TaskOverviewKeepInFront = CBool(Row.Item("Value"))
|
||||
Case "Sett_LoadWD_Docs"
|
||||
@@ -291,7 +292,7 @@ Module ModuleMySettings
|
||||
End Try
|
||||
|
||||
End Function
|
||||
|
||||
|
||||
Private Function CreateConfigTable() As DataTable
|
||||
Try
|
||||
' Create sample Customers table, in order
|
||||
|
||||
Reference in New Issue
Block a user