lookupgrid
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user