Outputs the HTML <FORM> tag for the Options page
Syntax
CALL SEND(OBJID,'_OUTPUT_OPTIONS_FORM_',_url,message-id,graph-type,bar-shape);
Where... |
Is Type... |
And Contains... |
_url |
C |
the broker component of the URL |
message-id |
N |
the ID of the message system |
graph-type |
C |
the graph type |
bar-shape |
C |
the graph bar shape. |
Example
The following output is produced:
url='/cgi-bin/broker';
msgid=instance(loadclass('sashelp.fsp.astmsg.class'),1);
grphtype='VBAR';
barshape='HEXAGON';
call send(webid,'_OUTPUT_OPTIONS_FORM_',url,msgid,grphtype,barshape);