extern _chart_page = 0;
/* window properties from PDC */
_winpropspdc()
{
local cp;
/* invoke chart dialog - focus on axis tab */
cp = _chart_page;
_chart_page = 1;
_mf("chart.tab");
_chart_page = cp;
}