result count
This commit is contained in:
@@ -273,6 +273,8 @@ Public Class frmMonitor
|
||||
Return oValue IsNot Nothing AndAlso (oValue = STATE_WARNING Or oValue = STATE_FAILURE)
|
||||
End Function)
|
||||
Next
|
||||
|
||||
lbResultCount.Caption = String.Format(lbResultCount.Tag, TreeListResults.AllNodesCount)
|
||||
Else
|
||||
GridControlResults.Visible = True
|
||||
GridControlResults.Dock = DockStyle.Fill
|
||||
@@ -293,6 +295,7 @@ Public Class frmMonitor
|
||||
oColumn.VisibleIndex = -1
|
||||
Next
|
||||
|
||||
lbResultCount.Caption = String.Format(lbResultCount.Tag, GridViewResults.RowCount)
|
||||
End If
|
||||
|
||||
GridViewResults.FocusInvalidRow()
|
||||
|
||||
Reference in New Issue
Block a user