Fix Export to Y Button

This commit is contained in:
Jonathan Jenne 2023-10-23 10:22:21 +02:00
parent 8324bbeb16
commit a01698807d

View File

@ -3616,7 +3616,7 @@ Public Class frmValidator
Else Else
RibbonPageGroupCustom.Visible = False RibbonPageGroupCustom.Visible = False
End If 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 ButtonExport2Folder_Caption <> "" And WMDocPathWindows <> "" Then
If File.Exists(WMDocPathWindows) Then If File.Exists(WMDocPathWindows) Then
barbtnitmExport.Caption = ButtonExport2Folder_Caption barbtnitmExport.Caption = ButtonExport2Folder_Caption