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:
<p><hr><p>
|
Required/Optional |
Required, if you specified a Before Form Type of File. |
PL/SQL procedure |
If you replace the default text, you must ensure that it contains the equivalent HTML commands.
This property is useful for placing a logo or some standard links at the beginning of a Runtime Parameter Form for an HTML document.
See Creating HTML Parameter Form input or select events.
See Creating HTML Parameter Form input or select events.
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
Creating HTML Parameter Form input or select events
Copyright © 1984, 2005, Oracle. All rights reserved.