What Prevents Nodes in a Network Chart from Being Generated Interactively?
Nodes in a network chart can only be created interactively if: • … on the General property page the check box Allow creation of nodes and links was activated • … in the programing code the property AllowNewNodesAndLinks was not set to False • … the return status of the event OnNodeCreate was not set to vcRetStatFalse.