lookupgrid

This commit is contained in:
Digital Data - Marlon Schreiber
2019-05-23 11:29:54 +02:00
parent 252a8dffae
commit b58b5694d8
5 changed files with 159 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ Public Class frmLookupGrid
' Focus auf Find panel setzen
view.ShowFindPanel()
Me.BringToFront()
End Sub
Private Sub SyncItemsWithView(view As GridView)
@@ -192,4 +193,8 @@ Public Class frmLookupGrid
End If
End If
End Sub
Private Sub frmLookupGrid_Shown(sender As Object, e As EventArgs) Handles Me.Shown
Me.BringToFront()
End Sub
End Class