JackSkellington
Technical User
I have currently running through the code a key using the following layout FORGroup(1)AOI(1) but want to manipulate this into ScopeNode()DisconnecteIdents().
Code:
Set nodNewNode = tvwTree.Nodes.Add(tvwTree.SelectedItem.Key, _
tvwChild, "SCOPENODE(" & sScopeNode & ")DisconnectedIdents(" & sAOI & ")", _
"Idents not connected to an outstation", _
UNCONNECTED_IDENTS, UNCONNECTED_IDENTS)