Merge branch 'master' of http://dd-vmp07-com04:3000/AppStd/ProcessManager_Client
This commit is contained in:
@@ -428,7 +428,6 @@ Public Class frmValidator
|
||||
Try
|
||||
DocumentViewerValidator.CloseDocument()
|
||||
DocumentViewerValidator.Done()
|
||||
|
||||
Catch ex As Exception
|
||||
LOGGER.Warn($"Unexpected error in DocumentViewerValidator.Done: {ex.Message}")
|
||||
End Try
|
||||
@@ -2378,6 +2377,7 @@ Public Class frmValidator
|
||||
Private Function GetDocPathWindows(_CheckStandard As Integer)
|
||||
Try
|
||||
Dim oResult As String
|
||||
|
||||
Dim oSQL = $"SELECT dbo.FNPM_GET_FILEPATH ({CURRENT_DOC_GUID},{_CheckStandard})"
|
||||
oResult = ClassDatabase.Execute_Scalar(oSQL, CONNECTION_STRING, "GetDocPathWindows1")
|
||||
LOGGER.Debug($"Checking file 0 [{oResult}] exists?...")
|
||||
|
||||
Reference in New Issue
Block a user