Hi
I am trying to see if there is any way to remove options from Active graph window (icons on the top).
On the top active graph window, we will have icons to click and make it different graphs or roll-up etc. Is there any way to remove any of those icons?
For Active report, there is a way to hide menu options, but that doesn't work for active graphs. Active graph developed is active report with default view as CHART
Thank you
TABLE FILE CAR
SUM
CAR.BODY.SALES
BY LOWEST CAR.ORIGIN.COUNTRY
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=REPORT,
GRAPHCOLOR='GREEN',
GRAPHCOLORNEG='RED',
$
TYPE=REPORT,
LINES-PER-PAGE=20,
ARGRAPHENGINE=JSFUSION,
REPORT-VIEW=CHART,
CHART-TYPE=PIE,
ALLOW-PAGINATION=OFF,
ALLOW-FILTER=OFF,
ALLOW-FREEZE=OFF,
ALLOW-CALC=OFF,
ALLOW-HIDE=OFF,
ALLOW-EXPORT=OFF,
ALLOW-VISUALIZE=OFF,
ALLOW-SORT=OFF,
ALLOW-ROLLUP=OFF,
ALLOW-PIVOT=OFF,
ALLOW-COMMENTS=OFF,
ALLOW-WINDOW=OFF,
ALLOW-RESTORE=OFF,
ALLOW-SENDEMAIL=OFF,
ALLOW-SAVECHANGE=OFF,
ALLOW-PRINT=OFF,
ALLOW-ACCORDION=OFF,
ALLOW-TOOLS=OFF,
ALLOW-CHART=ON,
$
TYPE=REPORT,
OBJECT=MENU,
COLOR='WHITE',
HOVER-COLOR=RGB(66 70 73),
BACKCOLOR=RGB(102 102 102),
HOVER-BACKCOLOR=RGB(218 225 232),
BORDER-COLOR='WHITE',
$
TYPE=REPORT,
OBJECT=STATUS-AREA,
COLOR='WHITE',
BACKCOLOR=RGB(102 102 102),
$
TYPE=REPORT,
OBJECT=CURRENT-ROW,
HOVER-BACKCOLOR=RGB(218 225 232),
BACKCOLOR=RGB(200 200 200),
$
TYPE=REPORT,
OBJECT=CALC-AREA,
COLOR='WHITE',
BACKCOLOR=RGB(102 102 102),
$
ENDSTYLE
END
WF 8.2.01 APP STUDIO
PDF,HTML,EXL2K,Active