MS WindowTitleMAtch

This commit is contained in:
Digital Data - Marlon Schreiber
2019-07-12 12:21:58 +02:00
parent 6d9f41ea09
commit be1f74ceb0
4 changed files with 59 additions and 23 deletions

View File

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