_OUTPUT_BAR_SHAPE_LIST_ Method
Outputs the graph bar shape option on the Options page
Syntax
CALL SEND(OBJID,'_OUTPUT_BAR_SHAPE_LIST_',bar-shape,vier-report-flag);
Where... |
Is Type... |
And Contains... |
bar-shape |
C |
the currently selected graph bar shape |
view-report-flag |
N |
the View Report flag. |
Example
barshape='HEXAGON';
vrflag=1;
call send(webid,'_OUTPUT_BAR_SHAPE_LIST_',barshape,vrflag);
The following output is produced:
<TD CLASS="label">Bar Shape:
<SELECT NAME="BS" CLASS="select">
<OPTION VALUE=Block>Block
<OPTION VALUE=Cylinder>Cylinder
<OPTION SELECTED VALUE=Hexagon>Hexagon
<OPTION VALUE=Prism>Prism
<OPTION VALUE=Star>Star