Fix Export to Y Button
This commit is contained in:
parent
8324bbeb16
commit
a01698807d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user