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

@@ -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