GetABNChartRowSet function

Syntax

GetABNChartRowSet()

Description

Note:

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

Use this function to return a reference to a rowset representing the SmartNavigation chart for the rowset or tree data currently in the component buffer. This function flushes the rowset prior to returning. The SmartNavigation chart rowset comprises two record definitions: PT_ABNCHARTNODE and PT_ABN_CHART_ND.

Parameters

None.

Returns

A SmartNavigation chart rowset. If the user clicks on a menu folder description instead, then this function returns Null.

Example

&chart_RS = GetABNChartRowSet();