MS
This commit is contained in:
parent
4df3916c12
commit
18668bcc6e
@ -2377,6 +2377,7 @@ Public Class frmValidator
|
|||||||
Private Function GetDocPathWindows(_CheckStandard As Integer)
|
Private Function GetDocPathWindows(_CheckStandard As Integer)
|
||||||
Try
|
Try
|
||||||
Dim oResult As String
|
Dim oResult As String
|
||||||
|
|
||||||
Dim oSQL = $"SELECT dbo.FNPM_GET_FILEPATH ({CURRENT_DOC_GUID},{_CheckStandard})"
|
Dim oSQL = $"SELECT dbo.FNPM_GET_FILEPATH ({CURRENT_DOC_GUID},{_CheckStandard})"
|
||||||
oResult = ClassDatabase.Execute_Scalar(oSQL, CONNECTION_STRING, "GetDocPathWindows1")
|
oResult = ClassDatabase.Execute_Scalar(oSQL, CONNECTION_STRING, "GetDocPathWindows1")
|
||||||
LOGGER.Debug($"Checking file 0 [{oResult}] exists?...")
|
LOGGER.Debug($"Checking file 0 [{oResult}] exists?...")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user