jj 07.06
This commit is contained in:
parent
c443985fd4
commit
49187b95b2
@ -2405,7 +2405,12 @@ Public Class frmIndex
|
|||||||
Next
|
Next
|
||||||
Me.Cursor = Cursors.Default
|
Me.Cursor = Cursors.Default
|
||||||
If err = False Then
|
If err = False Then
|
||||||
MsgBox("Alle Dateien wurden mit Multiindexing erfolgreich verarbeitet!", MsgBoxStyle.Information, "Erfolgsmeldung:")
|
If USER_LANGUAGE = "de-DE" Then
|
||||||
|
MsgBox("Alle Dateien wurden mit Multiindexing erfolgreich verarbeitet!", MsgBoxStyle.Information, "Erfolgsmeldung:")
|
||||||
|
Else
|
||||||
|
MsgBox("All files were successfully processed through Multiindexing", MsgBoxStyle.Information, "Success")
|
||||||
|
End If
|
||||||
|
|
||||||
DTACTUAL_FILES.Clear()
|
DTACTUAL_FILES.Clear()
|
||||||
Me.Close()
|
Me.Close()
|
||||||
End If
|
End If
|
||||||
@ -2415,7 +2420,11 @@ Public Class frmIndex
|
|||||||
If WORK_FILE() = True Then
|
If WORK_FILE() = True Then
|
||||||
Me.Cursor = Cursors.Default
|
Me.Cursor = Cursors.Default
|
||||||
If My.Settings.Show_IndexResult = True Then
|
If My.Settings.Show_IndexResult = True Then
|
||||||
MsgBox("Die Datei wurde erfolgreich verarbeitet!" & vbNewLine & "Ablagepfad:" & vbNewLine & CURRENT_NEWFILENAME, MsgBoxStyle.Information, "Erfolgsmeldung")
|
If USER_LANGUAGE = "de-DE" Then
|
||||||
|
MsgBox("Die Datei wurde erfolgreich verarbeitet!" & vbNewLine & "Ablagepfad:" & vbNewLine & CURRENT_NEWFILENAME, MsgBoxStyle.Information, "Erfolgsmeldung")
|
||||||
|
Else
|
||||||
|
MsgBox("File sucessfully processed!" & vbNewLine & "Path:" & vbNewLine & CURRENT_NEWFILENAME, MsgBoxStyle.Information, "Success")
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Me.Close()
|
Me.Close()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user