Routines for n_nodes.kb


N_NetworkNode

File Name

n_nodes.kb

Syntax

N_NetworkNode (VAL whdl:WINDOW, VAL node_name:STRING)

Parameters

whdl - handle to the parent window

node_name - name of node for which to invoke the node dialog box

Returns

None

Side Effects

None

Description

System action for the Network Node dialog box.

Dialog Forms Called

None


n_nodeDlgEvent

File Name

n_nodes.kb

Syntax

n_nodeDlgEvent (REF curNode:N_NODE_REC):EVENT

Parameters

curNode - instance data for node dialog box event handler

Returns

1 If the dialog was exited with an Accept or

0 If the dialog was exited with a Cancel

Side Effects

None

Description

Event handler for node dialog box. Displays the add/edit/view node dialog box.

Dialog Forms Called

None


n_nodeInqDlgEvent

File Name

n_nodes.kb

Syntax

n_nodeInqDlgEvent (REF curNode:N_NODE_REC):EVENT

Parameters

curNode - instance data for node inquiry dialog box event

handler

Returns

1 If the dialog was exited with an Accept or

0 If the dialog was exited with a Cancel

Side Effects

None

Description

Event handler for node inquiry dialog box.

Dialog Forms Called

None


N_WWNetworkNodes

File Name

n_nodes.kb

Syntax

N_WWNetworkNodes (VAL whdl:WINDOW):WINDOW

Parameters

whdl - handle to the parent window

Returns

dlgHdl - Handle to the Work with Network Nodes dialog box

Side Effects

None

Description

System action for the Work with Network Nodes dialog box.

Dialog Forms Called

None


n_wwNodesDlgEvent

File Name

n_nodes.kb

Syntax

n_wwNodesDlgEvent (REF nodesData:N_WW_NODES_INSTDATA_REC):EVENT

Parameters

nodesData - instance data for Work With Network Nodes dialog

box event handler

Returns

1 If the dialog was exited with an Accept or

0 If the dialog was exited with a Cancel

Side Effects

None

Description

Event handler for the Work With Network Nodes dialog box.

Dialog Forms Called

n_nodes.dfc[n_ww_network_nodes_dlg]