MyApplicationGlobix
This commit is contained in:
@@ -37,7 +37,7 @@ Public Class ClassInit
|
||||
oInit.AddStep("Initializing User..", AddressOf InitializeUser, True)
|
||||
oInit.AddStep("Initializing IDB..", AddressOf InitializeIDB, True)
|
||||
oInit.AddStep("Loading 3rd-party licenses", AddressOf Initialize3rdParty, False)
|
||||
oInit.AddStep("Loading basic Configs", AddressOf Initialize3rdParty, False)
|
||||
oInit.AddStep("Loading basic Configs", AddressOf InitBasicData, False)
|
||||
' === Init Schritte definieren
|
||||
|
||||
AddHandler oInit.ProgressChanged, AddressOf ProgressChanged
|
||||
@@ -116,7 +116,7 @@ Public Class ClassInit
|
||||
Private Sub InitBasicData(MyApplication As My.MyApplication)
|
||||
Try
|
||||
Dim oSql = "SELECT * FROM TBGI_FUNCTION_REGEX"
|
||||
My.Application.GI_DT_FUNCTION_REGEX = My.Database.GetDatatable(oSql)
|
||||
My.Application.Globix.DT_FUNCTION_REGEX = My.Database.GetDatatable(oSql)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user