MDDB Report Viewer Methods |
This method
outputs the opening HTML page tags
outputs the <BODY> tag with the appropriate background parameters
outputs a title
outputs the <FORM> tag.
CALL SEND(OBJID,'_OUTPUT_HTML_FORM_HEADER_',title,cgi, background-value,background-type);
Where... | Is Type... | And Contains... |
---|---|---|
title | C | n optional title for the page. |
cgi | C | the Broker component for the ACTION tag. |
background-value | C | the background image URL or color value. This parameter is optional. |
background-type | C | the background type (COLOR or IMAGE). This parameter is optional. |
MDDB Report Viewer Methods |