MS Änderungen dokumnetart Konfiguration

This commit is contained in:
Digital Data - Marlon Schreiber
2019-01-11 15:29:01 +01:00
parent a56087cab3
commit f5eae6a1d8
7 changed files with 76 additions and 64 deletions

View File

@@ -31,9 +31,7 @@ Public Class ClassInit
End Function
Public Sub InitBasics()
Try
If InitInstallPath() = False Then
End If
Dim sql = String.Format("SELECT * FROM TBDD_MODULES WHERE UPPER(NAME) = UPPER('Record-Organizer')")
Dim KONFIG_DT As DataTable = clsDatabase.Return_Datatable(sql, False)
If KONFIG_DT.Rows.Count = 1 Then