MS CURR_MATCH_RESULT = Nothing

This commit is contained in:
Digital Data - Marlon Schreiber 2019-07-12 12:42:18 +02:00
parent be1f74ceb0
commit 7fe895c0f6
2 changed files with 6 additions and 0 deletions

View File

@ -86,9 +86,13 @@ Public Class frmProfileMatch
Logger.Error(ex)
Logger.Info("Error in Save FormLayout: " & ex.Message)
End Try
CURR_MATCH_RESULT = Nothing
CLIPBOARD_TEXT = ""
End Sub
Private Sub SimpleButton1_Click(sender As Object, e As EventArgs) Handles SimpleButton1.Click
CURR_MATCH_RESULT = Nothing
CLIPBOARD_TEXT = ""
Close()
End Sub

View File

@ -508,6 +508,8 @@ Public Class frmResultDoc
If CurrDT_PROFILE_MATCH.Rows.Count > 1 Then
_frmProfileMatch.Show()
_frmProfileMatch.BringToFront()
CURR_MATCH_RESULT = Nothing
CLIPBOARD_TEXT = ""
End If
End If