Compare commits
3 Commits
ab46724e79
...
6fa8f157a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fa8f157a0 | ||
|
|
86f27d8817 | ||
|
|
a01698807d |
@@ -14,7 +14,7 @@ Imports System.Runtime.InteropServices
|
||||
<Assembly: AssemblyCompany("Digital Data")>
|
||||
<Assembly: AssemblyProduct("TaskFlow")>
|
||||
<Assembly: AssemblyCopyright("Copyright © Digital Data 2023")>
|
||||
<Assembly: AssemblyTrademark("2.4.6.4")>
|
||||
<Assembly: AssemblyTrademark("2.4.6.5")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("2.4.6.4")>
|
||||
<Assembly: AssemblyVersion("2.4.6.5")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
<Assembly: NeutralResourcesLanguage("")>
|
||||
|
||||
@@ -3616,7 +3616,7 @@ Public Class frmValidator
|
||||
Else
|
||||
RibbonPageGroupCustom.Visible = False
|
||||
End If
|
||||
If Not IsNothing(WMDocPathWindows) And ActiveWorkflowType = ConstAHWorkflow_BlindFile Then
|
||||
If Not (IsNothing(WMDocPathWindows) And ActiveWorkflowType = ConstAHWorkflow_BlindFile) Then
|
||||
If ButtonExport2Folder_Caption <> "" And WMDocPathWindows <> "" Then
|
||||
If File.Exists(WMDocPathWindows) Then
|
||||
barbtnitmExport.Caption = ButtonExport2Folder_Caption
|
||||
|
||||
Reference in New Issue
Block a user