MS CURR_MATCH_RESULT = Nothing
This commit is contained in:
parent
be1f74ceb0
commit
7fe895c0f6
@ -86,9 +86,13 @@ Public Class frmProfileMatch
|
|||||||
Logger.Error(ex)
|
Logger.Error(ex)
|
||||||
Logger.Info("Error in Save FormLayout: " & ex.Message)
|
Logger.Info("Error in Save FormLayout: " & ex.Message)
|
||||||
End Try
|
End Try
|
||||||
|
CURR_MATCH_RESULT = Nothing
|
||||||
|
CLIPBOARD_TEXT = ""
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub SimpleButton1_Click(sender As Object, e As EventArgs) Handles SimpleButton1.Click
|
Private Sub SimpleButton1_Click(sender As Object, e As EventArgs) Handles SimpleButton1.Click
|
||||||
|
CURR_MATCH_RESULT = Nothing
|
||||||
|
CLIPBOARD_TEXT = ""
|
||||||
Close()
|
Close()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
@ -508,6 +508,8 @@ Public Class frmResultDoc
|
|||||||
If CurrDT_PROFILE_MATCH.Rows.Count > 1 Then
|
If CurrDT_PROFILE_MATCH.Rows.Count > 1 Then
|
||||||
_frmProfileMatch.Show()
|
_frmProfileMatch.Show()
|
||||||
_frmProfileMatch.BringToFront()
|
_frmProfileMatch.BringToFront()
|
||||||
|
CURR_MATCH_RESULT = Nothing
|
||||||
|
CLIPBOARD_TEXT = ""
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user