LoadABNChartOrdered method: Node class

Syntax

LoadABNChartOrdered(&chart_rowset, &relactions_rowset, requested_node, initial_node, order)

Description

Note:

SmartNavigation has been desupported. This method remains for backward compatibility only.

Use this method to load the requested tree node into the SmartNavigation chart rowset and the component buffer. The order for this node within its chart level is specified by this method.

Parameters

Parameter Description

&chart_rowset

Specifies the SmartNavigation chart rowset. Typically, this is the rowset returned by the GetABNChartRowSet function.

&relactions_rowset

Specifies the related actions rowset. Typically, this is the rowset returned by the GetABNRelActnRowSet function.

requested_node

Specifies as a Boolean value whether the calling node is the requested node.

initial_node

Specifies the initial chart node. Typically, this is returned directly by calling the GetABNInitialNode function.

order

Specify the order for the node as a number.

Note: For a given chart level, all chart leaves must have a display order greater than zero.

Returns

None.