Merge branch 'master' of http://dd-vmp07-com04:3000/AppStd/TaskFlow
This commit is contained in:
commit
2c9522d8e1
@ -222,7 +222,7 @@ Public Class ClassParamRefresh
|
|||||||
ElseIf oMode.StartsWith("PM.ButtonExport2FolderCaption") Then
|
ElseIf oMode.StartsWith("PM.ButtonExport2FolderCaption") Then
|
||||||
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2FolderCaption=", "")
|
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2FolderCaption=", "")
|
||||||
ButtonExport2Folder_Caption = oAfterReplace
|
ButtonExport2Folder_Caption = oAfterReplace
|
||||||
ElseIf oMode.StartsWith("PM.ButtonExportMode") Then
|
ElseIf oMode.StartsWith("PM.ButtonExport2Folder_Mode") Then
|
||||||
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2Folder_Mode=", "")
|
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2Folder_Mode=", "")
|
||||||
ButtonExport2Folder_Mode = oAfterReplace
|
ButtonExport2Folder_Mode = oAfterReplace
|
||||||
ElseIf oMode.StartsWith("PM.ButtonExport2Folder_RootFolder") Then
|
ElseIf oMode.StartsWith("PM.ButtonExport2Folder_RootFolder") Then
|
||||||
|
|||||||
@ -13,8 +13,8 @@ Imports System.Runtime.InteropServices
|
|||||||
<Assembly: AssemblyDescription("")>
|
<Assembly: AssemblyDescription("")>
|
||||||
<Assembly: AssemblyCompany("Digital Data")>
|
<Assembly: AssemblyCompany("Digital Data")>
|
||||||
<Assembly: AssemblyProduct("TaskFlow")>
|
<Assembly: AssemblyProduct("TaskFlow")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © Digital Data 2023")>
|
<Assembly: AssemblyCopyright("Copyright © Digital Data 2024")>
|
||||||
<Assembly: AssemblyTrademark("2.4.6.7")>
|
<Assembly: AssemblyTrademark("2.4.6.8")>
|
||||||
|
|
||||||
<Assembly: ComVisible(False)>
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.4.6.7")>
|
<Assembly: AssemblyVersion("2.4.6.8")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
<Assembly: NeutralResourcesLanguage("")>
|
<Assembly: NeutralResourcesLanguage("")>
|
||||||
|
|||||||
@ -5657,14 +5657,20 @@ Public Class frmValidator
|
|||||||
Dim oConverter As New PDFConverter(LOGCONFIG)
|
Dim oConverter As New PDFConverter(LOGCONFIG)
|
||||||
If oConverter.ConvertPDFADocumentToPDFDocument(WMDocPathWindows, oTempFullFilename) = False Then
|
If oConverter.ConvertPDFADocumentToPDFDocument(WMDocPathWindows, oTempFullFilename) = False Then
|
||||||
Logger.Warn("File [{0}] could not be converted to plain PDF!", WMDocPathWindows)
|
Logger.Warn("File [{0}] could not be converted to plain PDF!", WMDocPathWindows)
|
||||||
End If
|
oFile2Export = WMDocPathWindows
|
||||||
|
Else
|
||||||
oFile2Export = oTempPath
|
oFile2Export = oTempPath
|
||||||
End If
|
End If
|
||||||
End If
|
|
||||||
Else
|
Else
|
||||||
oFile2Export = WMDocPathWindows
|
oFile2Export = WMDocPathWindows
|
||||||
End If
|
End If
|
||||||
|
Else
|
||||||
|
oFile2Export = WMDocPathWindows
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
oFile2Export = WMDocPathWindows
|
||||||
|
End If
|
||||||
|
Logger.Info("Final export path is: [{0}]", oFile2Export)
|
||||||
File.Copy(oFile2Export, oTargetPath)
|
File.Copy(oFile2Export, oTargetPath)
|
||||||
Logger.Info($"File {WMDocPathWindows} exported successfully!")
|
Logger.Info($"File {WMDocPathWindows} exported successfully!")
|
||||||
oCount += 1
|
oCount += 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user