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

Before Form Value property

The Before Form Value property specifies a header to appear at the beginning 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 Before Form Type.

Default

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

<html>

<body bgcolor="#ffffff">

<form method=post>

<center>

<p><hr>

<table border=0 cellspacing=0 cellpadding=0>

<tr>

<td><input type=submit>

<td width=15>

<td><input type=reset>>

</table>

<p><hr><p> 

Required/Optional

Required, if you specified a Before Form Type of File

PL/SQL procedure

SRW.SET_BEFORE_FORM_HTML

Restrictions

Usage notes

Examples

Example 1:   Data input validation

See Creating HTML Parameter Form input or select events.

Example 2:   Select validation

See Creating HTML Parameter Form input or select events.

Example 3:   Company logo

Following is an example of a value for the Before Form Value property to include an HTML file that contains a company logo at the top of the HTML Parameter Form:

LOGO.HTM

See also

Creating HTML Parameter Form input or select events