_OUTPUT_OPTIONS_FORM_ Method
Outputs the HTML <FORM> tag for the Options
page
Syntax
CALL SEND(OBJID,'_OUTPUT_OPTIONS_FORM_',_url,message-id,graph-type,bar-shape);
Required Arguments
- _url
-
the Application Broker component
of the URL.
- message-id
-
the ID of the message
system.
- graph-type
-
the graph type.
- bar-shape
-
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);