_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.
Type:Character
message-id
the ID of the message system.
Type:Numeric
graph-type
the graph type.
Type:Character
bar-shape
the graph bar shape.
Type:Character

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);