View Raw SPL
extern _chart_page = 0;

/* series properties from PDC */
_serpropspdc()
{
        local cp;

        /* invoke chart dialog - focus on graph tab */
        cp = _chart_page;
        _chart_page = 5;

        _mf("chart.tab");

        _chart_page = cp;
}