File Name
Syntax
N_ChkConfig (VAL dlgHdl:WINDOW, VAL curConfig:N_CONFIG_REC ):BOOLEAN
Parameters
dlgHdl - Handle to dialog box
curConfig - System configuration record
Returns
bOk - success Flag
Side Effects
Displays a warning box if invoked from a dialog box (dlgHdl is $KNOWN). Logs an error message if invoked from the application server (dlgHdl is $UNKNOWN).
Description
Checks the given system configuration record for required fields which may not be filled in yet.
Dialog Forms Called
None
File Name
Syntax
N_DeleteConfigCache (VAL nodeName:STRING)
Parameters
nodeName - Node Configuration Record name
Returns
None
Side Effects
Updates the cache list of node config records in g_NConfig
Description
Deletes the given node configuration record from the cache.
Dialog Forms Called
None
File Name
Syntax
N_InitNodeConfig (VAL dlgHdl:WINDOW, VAL nodeName:STRING, VAL iDefType:INTEGER, REF curNodeConfig:N_NODE_CONFIG_REC)
Parameters
dlgHdl - handle to dialog box
nodeName - name of node to be configured
iDefType - type of defaults to set for the node (Global, node,
combo of both)
curNodeConfig - node-specific problem configuration record
Returns
None
Side Effects
None
Description
Initializes the node problem configuration record.
Dialog Forms Called
None
File Name
Syntax
N_NetworkConfig (VAL whdl:WINDOW ):WINDOW
Parameters
whdl - handle to the parent window
Returns
Window
Side Effects
None
Description
This is the system action for maintaining the network system configuration.
Dialog Forms Called
None
File Name
Syntax
N_NodeConfig (VAL dlgHdl:WINDOW, VAL dlgMode:INTEGER, VAL nodeName:STRING) IS
Parameters
dlgHdl - handle to the parent dialog box
dlgMode - mode in which to invoke the dialog box (VIEW_MODE and
EDIT_MODE)
nodeName - node configuration record name
Returns
None
Side Effects
None
Description
This function displays the node problem configuration dialog box.
Dialog Forms Called
None