MS3006
This commit is contained in:
@@ -33,8 +33,6 @@ Public Class frmEntities
|
||||
Load_TreeView()
|
||||
Me.TBPMO_FORM_TYPETableAdapter.Fill(Me.DD_DMSDataSet.TBPMO_FORM_TYPE)
|
||||
ClassWindowLocation.LoadFormLocationSize(Me, 1, CURRENT_SCREEN_ID, "frmForm_Overview")
|
||||
|
||||
|
||||
LoadLayout()
|
||||
|
||||
|
||||
@@ -104,6 +102,8 @@ Public Class frmEntities
|
||||
End If
|
||||
TreeViewEntity.ExpandAll()
|
||||
TreeViewEntity.Nodes(0).EnsureVisible()
|
||||
Else
|
||||
MsgBox("No entity configuration found for Your user." & vbNewLine & "please check the logfile.", MsgBoxStyle.Exclamation)
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in Load_TreeView:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
|
||||
Reference in New Issue
Block a user