File Name
Syntax
N_GetNMPQuery (VAL wHdl:WINDOW, REF nodeProbQuery:NodeProbCodeRec, REF whereStr:STRING)
Parameters
whdl - handle to parent window
nodeProbQuery - node/problem info for query
whereStr - where string built based on information in nodeProbQuery
Returns
None
Side Effects
None
Description
Query problems for nodes based on node attributes and problem codes.
Dialog Forms Called
None
File Name
Syntax
N_InquireProblems (VAL wHdl:WINDOW, VAL node_name:STRING, VAL problem_code:STRING, VAL doInquiry:STRING)
Parameters
whdl - handle to parent window
node_name - node (if any) for which to query problems
problem_code - type of problem (OPEN/CLOSED) to query
doInquiry - type of problem (OPEN/CLOSED) to query
Returns
None
Side Effects
None
Description
Query problems for nodes.
Dialog Forms Called
None
File Name
Syntax
N_NMPInquireProblems (VAL wHdl:WINDOW)
Parameters
whdl - handle to parent window
Returns
None
Side Effects
None
Description
Query problems for nodes based on node attributes.
Dialog Forms Called
None