MS_26012015

This commit is contained in:
SchreiberM
2016-01-26 13:36:01 +01:00
parent 4410df2487
commit d9162463b4
82 changed files with 34884 additions and 6568 deletions

View File

@@ -211,7 +211,7 @@ Public Class frmWD_Index_Dokart
Private Sub btnindex_Click(sender As Object, e As EventArgs) Handles btnindex.Click
If CURRENT_RECORD_ID = 0 Then
MsgBox("Kein Datensatz ausgewählt oder die Dokumentart wurde noch nicht gewählt!", MsgBoxStyle.Information)
MsgBox("No Record chosen or the docuemnttype was not chosen!", MsgBoxStyle.Information)
Exit Sub
End If
If lvwIndices.Items.Count = 0 Then
@@ -255,7 +255,7 @@ Public Class frmWD_Index_Dokart
Next
Me.Cursor = Cursors.Default
If err = False Then
MsgBox("Alle Dateien wurden mit Multiindexing erfolgreich nach windream übertragen!", MsgBoxStyle.Information, "Erfolgsmeldung:")
MsgBox("All files Alle Dateien wurden mit Multiindexing erfolgreich nach windream übertragen!", MsgBoxStyle.Information, "Erfolgsmeldung:")
Me.Close()
End If
End If