Remove ClassFormFunctions, switch to Database Module for getting connection string from connection id

This commit is contained in:
Jonathan Jenne
2021-09-23 12:08:53 +02:00
parent 66039f22d8
commit d31ba427e2
9 changed files with 11 additions and 252 deletions

View File

@@ -467,7 +467,7 @@ Public Class frmStart
End If
Opacity = 0.7
ClassHelper.Refresh_RegexTable()
CURRENT_DT_REGEX = DATABASE_ECM.GetDatatable("SELECT * FROM TBGI_FUNCTION_REGEX")
Start_Folderwatch()
ClassWindowLocation.LoadFormLocationSize(Me, LoadSize:=False)