MS WindowTitleMAtch
This commit is contained in:
@@ -504,8 +504,14 @@ Public Class frmResultDoc
|
||||
frmProfileMatch.BringToFront()
|
||||
End If
|
||||
Catch ex As Exception
|
||||
_frmProfileMatch.Show()
|
||||
_frmProfileMatch.BringToFront()
|
||||
If Not IsNothing(CurrDT_PROFILE_MATCH) Then
|
||||
If CurrDT_PROFILE_MATCH.Rows.Count > 1 Then
|
||||
_frmProfileMatch.Show()
|
||||
_frmProfileMatch.BringToFront()
|
||||
End If
|
||||
|
||||
End If
|
||||
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user