This commit is contained in:
SchreiberM
2017-03-07 16:51:36 +01:00
parent d821a07c18
commit dd721411f8
13 changed files with 681 additions and 120 deletions

View File

@@ -378,10 +378,10 @@ Public Class frmWD_IndexFile
MsgBox("No Record chosen or the documenttype was not chosen!", MsgBoxStyle.Information)
Exit Sub
End If
If lvwIndices.Items.Count = 0 Then
MsgBox("Please choose a documenttxpe!", MsgBoxStyle.Information)
Exit Sub
End If
'If lvwIndices.Items.Count = 0 Then
' MsgBox("Please choose a documenttxpe!", MsgBoxStyle.Information)
' Exit Sub
'End If
If Not IsNothing(CURRENT_TBPMO_INDEX_MAN) Then
If CURRENT_TBPMO_INDEX_MAN.Rows.Count > 0 Then
If ClassFileResult.CheckWrite_IndexeMan(grbxControls) = False Then