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