MS WindreamPathNewVersion

This commit is contained in:
Digital Data - Marlon Schreiber
2018-12-19 17:51:23 +01:00
parent 4967b0ee36
commit 33c867325c
7 changed files with 31 additions and 26 deletions

View File

@@ -1193,6 +1193,7 @@ Public Class frmValidator
If LogErrorsOnly = False Then ClassLogger.Add(" >> newGUID: " & newGUID.ToString, False)
Document_Path = TBPM_PROFILE_FILESTableAdapter.CmdGetFilePath_2_GUID(newGUID)
Document_Path = Document_Path.Replace("W:", "\\windream\objects")
Document_Path = Document_Path.Replace("K:", "\\windream\objects")
CURRENT_DOC_PATH = Document_Path
If LogErrorsOnly = False Then ClassLogger.Add(" >> Document_Path: " & Document_Path, False)