remove duplicate profile grid
This commit is contained in:
@@ -66,10 +66,6 @@ Public Class frmAdministration
|
||||
Me.TBDD_DOKUMENTARTTableAdapter.Fill(Me.MyDataset.TBDD_DOKUMENTART)
|
||||
Me.TBDD_EINGANGSARTENTableAdapter.Fill(Me.MyDataset.TBDD_EINGANGSARTEN)
|
||||
Me.TBDD_MODULESTableAdapter.Fill(Me.MyDataset.TBDD_MODULES)
|
||||
|
||||
' Initialize Profile-GridControl before its tab is loaded
|
||||
' prevents jumping of selected profile when selected tab is changed
|
||||
GridControl3.ForceInitialize()
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in frmAdministration_Load: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation)
|
||||
End Try
|
||||
@@ -1055,7 +1051,7 @@ Public Class frmAdministration
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Private Sub BarButtonItem12_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem12.ItemClick
|
||||
Private Sub BarButtonItem12_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs)
|
||||
ObjektTypenEintragen()
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user