SetPopUpNodeData method: OrgChart class

Syntax

SetPopUpNodeData(&Rowset)

Description

Use the SetPopUpNodeData method to specify the source for the pop-up node data for the organization chart. Use an already instantiated and populated level-1 component rowset that contains the pop-up node data.

This method is not required if no pop-up chart is available to be displayed in the organization chart.

If you make a change to the underlying data of a pop-up chart, call the SetPopUpNodeData method again to update the chart.

Parameters

Parameter Description

&Rowset

A level-1 rowset populated with the pop-up node data. This rowset references the pop-up node record of the chart.

Returns

None.