diff --git a/ToolCollection/frmNIHauptseite.vb b/ToolCollection/frmNIHauptseite.vb index 23ea244..228a810 100644 --- a/ToolCollection/frmNIHauptseite.vb +++ b/ToolCollection/frmNIHauptseite.vb @@ -29,7 +29,7 @@ Public Class frmNIHauptseite Private _fulltext As clsNIFulltext Private manuallyRun As Boolean = False - Private manually_cancel As Boolean = True + Private manually_cancel As Boolean = False '#### Variablen für das Profil Private myNIDatatable As DataTable Private myNIArrayIndexe() As String = Nothing ' zum Speichern der Indexe @@ -794,6 +794,7 @@ Public Class frmNIHauptseite Me.ProgressBar1.Value = 0 Me.Refresh() + manually_cancel = False Me.startProfileDurchlauf() Else _Logger.Warn("Attention: ClassNIProfile.Profile IsNothing")