A script-enabled browser is required for this page to function properly.

After Form Value property

The After Form Value property specifies a footer to appear at the end of your Runtime Parameter Form when the report's paper layout is run to HTML and viewed in a Web browser.   This property has no effect on the Web source.

Applies to

Reports 

Values

Any valid filename or a text string containing valid HTML commands, depending on what you specified for After Form Type.

Default

The default HTML commands included at the end of a Runtime Parameter Form:

</center>
</body>
</form>
</html>

PL/SQL procedure

SRW.SET_AFTER_FORM_HTML

Restrictions

Usage notes

Example

Following is an example of a value for the After Form Value property to append text to bottom of the HTML Parameter Form:

<B><FONT FACE="Arial, Helvetica"><FONT COLOR="#FF0000">

Click the Run Report button to run the report using these parameters.

See also