ms Globix
This commit is contained in:
@@ -215,6 +215,8 @@ Public Class frmFlowForm
|
||||
Environment = My.Application.GetEnvironment()
|
||||
ErrorHandler = New BaseErrorHandler(My.LogConfig, Logger, Me)
|
||||
|
||||
|
||||
FileEx = New Filesystem.File(My.LogConfig)
|
||||
' === Initialize Theming ===
|
||||
If My.Application.Palette = "" Then
|
||||
UserLookAndFeel.Default.SetSkinStyle(My.Application.Skin)
|
||||
@@ -885,7 +887,8 @@ Public Class frmFlowForm
|
||||
If fileexists = True Then
|
||||
My.Application.Globix.CurrentWorkfile = New Globix.Models.WorkFile With {
|
||||
.Id = DirectCast(row.Item("GUID"), Integer),
|
||||
.FilePath = FileForWork
|
||||
.FilePath = FileForWork,
|
||||
.HotfolderFile = True
|
||||
}
|
||||
|
||||
Globix_Open_IndexDialog()
|
||||
|
||||
Reference in New Issue
Block a user